GigaSpaces XAP.NET Documentation
Filter Property
Class LibraryGigaSpaces.Core.FiltersSpaceFilterConfigFactoryFilter
Gets or sets the filter that will be used. Note, it is not an ISpaceFilter implementation since this object filter can be a delegate that does not require the filter to implement the space filter interface.
Declaration Syntax
C#Visual BasicVisual C++J#
public Object Filter { get; set; }
Public Property Filter As Object
public:
property Object^ Filter {
	Object^ get ();
	void set (Object^ value);
}
/** @property */
public Object get_Filter()
/** @property */
public  void set_Filter(Object value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.0.0.0 (12.0.0.16000)