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

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