Constructor to set property's name and value
            

 Declaration Syntax
| C# | Visual Basic | Visual C++ | J# | 
public PropertyConfigurationElement(
	string name,
	string value
)
public:
PropertyConfigurationElement(
	String^ name, 
	String^ value
)
public PropertyConfigurationElement(
	String name,
	String value
)

 Parameters
- name (String)
 - Property's name
 
- value (String)
 - Property's value
 
Assembly: 
GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.5.0.0 (14.5.0)