GigaSpaces XAP.NET Documentation
IGigaSpacesConfigurationElement Interface
Class LibraryGigaSpaces.Core.ConfigurationIGigaSpacesConfigurationElement
Base interface for GigaSpaces configuration elements.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface IGigaSpacesConfigurationElement
Public Interface IGigaSpacesConfigurationElement
public interface class IGigaSpacesConfigurationElement
public interface IGigaSpacesConfigurationElement
Members
All MembersMethods



IconMemberDescription
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

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.2.0.0 (10.2.1.14000)