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

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