Sets the value of the specified property's name to the specified value.
            

 Declaration Syntax
| C# | Visual Basic | Visual C++ | J# | 
Public Sub SetPropertyValue ( _
	name As String, _
	value As String _
)
public:
void SetPropertyValue(
	String^ name, 
	String^ value
)

 Parameters
- name (String)
 - Name of property to set.
 
- value (String)
 - Value of property to set.
 
Assembly: 
GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.6.2.9900 (9.6.2.9900)