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

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