Gets and sets the record filters on this navigation query.

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

Syntax

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

Field Value

The record filter for this query or null if none is set.

Remarks

Record filters are boolean expressions that limit the record results of the query.

See Also