GigaSpaces XAP.NET Documentation
PutProperty Method (property)
Class LibraryGigaSpaces.Core.ConfigurationSystemPropertiesConfigurationElementPutProperty(SystemPropertyConfigurationElement)
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(
	SystemPropertyConfigurationElement property
)
Public Sub PutProperty ( _
	property As SystemPropertyConfigurationElement _
)
public:
void PutProperty(
	SystemPropertyConfigurationElement^ property
)
public void PutProperty(
	SystemPropertyConfigurationElement property
)
Parameters
property (SystemPropertyConfigurationElement)
System property to put.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)