Gets or sets the record filter which the aggregated record will be composed in relation to.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

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

Field Value

The record filter the aggregated record is composed relative to. null if none is present.

See Also