GigaSpaces XAP.NET Documentation
SetPropertyValue Method (name, value)
Class LibraryGigaSpaces.Core.ConfigurationSystemPropertiesConfigurationElementSetPropertyValue(String, String)
Sets the value of the specified property's name to the specified value.
Declaration Syntax
C#Visual BasicVisual C++J#
public void SetPropertyValue(
	string name,
	string value
)
Public Sub SetPropertyValue ( _
	name As String, _
	value As String _
)
public:
void SetPropertyValue(
	String^ name, 
	String^ value
)
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: 12.0.0.0 (12.0.0.16000)