GigaSpaces XAP.NET Documentation
CustomProperties Property
Class LibraryGigaSpaces.Core.FiltersSpaceFilterConfigCustomProperties
Gets or sets a dictionary of properties to be passed to the filter on initialization.
Declaration Syntax
C#Visual BasicVisual C++J#
public IDictionary<string, string> CustomProperties { get; set; }
Public Property CustomProperties As IDictionary(Of String, String)
public:
property IDictionary<String^, String^>^ CustomProperties {
	IDictionary<String^, String^>^ get ();
	void set (IDictionary<String^, String^>^ value);
}
/** @property */
public IDictionary<String, String> get_CustomProperties()
/** @property */
public  void set_CustomProperties(IDictionary<String, String> value)

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