Constructor to set property's name and value
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public SystemPropertyConfigurationElement(
string name,
string value
)
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: 10.1.0.0 (10.1.1.12800)