GigaSpaces XAP.NET Documentation
SystemPropertyConfigurationElement Constructor (name, value)
Class LibraryGigaSpaces.Core.ConfigurationSystemPropertyConfigurationElementSystemPropertyConfigurationElement(String, String)
Constructor to set property's name and value
Declaration Syntax
C#Visual BasicVisual C++J#
public SystemPropertyConfigurationElement(
	string name,
	string value
)
Public Sub New ( _
	name As String, _
	value As String _
)
public:
SystemPropertyConfigurationElement(
	String^ name, 
	String^ value
)
public SystemPropertyConfigurationElement(
	String name,
	String value
)
Parameters
name (String)
Property's name
value (String)
Property's value

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.0.0.0 (12.0.0.16000)