Base interface for GigaSpaces configuration elements.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public interface IGigaSpacesConfigurationElement
Public Interface IGigaSpacesConfigurationElement
public interface class IGigaSpacesConfigurationElement
public interface IGigaSpacesConfigurationElement
Members
All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
GetPropertiesNames()()()() |
Returns a collection of the properties names in this element.
| |
GetProperty(String) |
Gets the specified property's value.
| |
IsDefined(String) |
Returns true if the specified property is defined, false otherwise.
| |
SetProperty(String, Object) |
Sets the specified property value
|