Sets the specified property value
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
void SetProperty( string name, Object value )
Sub SetProperty ( _ name As String, _ value As Object _ )
void SetProperty( String^ name, Object^ value )
void SetProperty( String name, Object value )
Parameters
- name (String)
[Missing <param name="name"/> documentation for "M:GigaSpaces.Core.Configuration.IGigaSpacesConfigurationElement.SetProperty(System.String,System.Object)"]
- value (Object)
[Missing <param name="value"/> documentation for "M:GigaSpaces.Core.Configuration.IGigaSpacesConfigurationElement.SetProperty(System.String,System.Object)"]