GigaSpaces XAP.NET Documentation
Enabled Property
Class LibraryGigaSpaces.Core.FiltersSpaceFilterConfigEnabled
Gets or sets if this filter is enabled.
Declaration Syntax
C#Visual BasicVisual C++J#
public bool Enabled { get; set; }
Public Property Enabled As Boolean
public:
property bool Enabled {
	bool get ();
	void set (bool value);
}
/** @property */
public boolean get_Enabled()
/** @property */
public  void set_Enabled(boolean value)

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