Gets and sets the filter sub-expression for this FilterNot.

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public virtual IFilter Filter { get; set; }
Visual Basic
Public Overridable Property Filter As IFilter
	Get
	Set
Visual C++
public:
virtual property IFilter^ Filter {
	IFilter^ get ();
	void set (IFilter^ value);
}

Field Value

The filter sub-expression (of type IFilter) for this FilterNot.

See Also