Gets the records associated with this navigation query.

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

Syntax

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

Field Value

The records of this navigation query. If no records have are part of the navigation an empty ERecList is still returned.

See Also