GigaSpaces XAP.NET Documentation
Filters Property
Class LibraryGigaSpaces.CoreEmbeddedSpaceFactoryFilters
Gets or sets the space filters which should be used with this embedded space.
Declaration Syntax
C#Visual BasicVisual C++J#
public ICollection<SpaceFilterConfig> Filters { get; set; }
Public Property Filters As ICollection(Of SpaceFilterConfig)
public:
property ICollection<SpaceFilterConfig^>^ Filters {
	ICollection<SpaceFilterConfig^>^ get ();
	void set (ICollection<SpaceFilterConfig^>^ value);
}
/** @property */
public ICollection<SpaceFilterConfig> get_Filters()
/** @property */
public  void set_Filters(ICollection<SpaceFilterConfig> value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 11.0.0.0 (11.0.0.14800)