GigaSpaces XAP.NET Documentation
PutProperty Method (property)
Class LibraryGigaSpaces.Services.ConfigurationEnvironmentVariablesConfigurationElementPutProperty(EnvironmentVariableConfigurationElement)
Puts the system property into the collection. If a property with the same name exists it is overridden.
Declaration Syntax
C#Visual BasicVisual C++J#
public void PutProperty(
	EnvironmentVariableConfigurationElement property
)
Public Sub PutProperty ( _
	property As EnvironmentVariableConfigurationElement _
)
public:
void PutProperty(
	EnvironmentVariableConfigurationElement^ property
)
public void PutProperty(
	EnvironmentVariableConfigurationElement property
)
Parameters
property (EnvironmentVariableConfigurationElement)
System property to put.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.6.2.9900 (9.6.2.9900)