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: 10.1.0.0 (10.1.1.12800)