Gets the Endeca records of this Supplement.

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; }
Visual Basic
Public Overridable ReadOnly Property ERecs As ERecList
	Get
Visual C++
public:
virtual property ERecList^ ERecs {
	ERecList^ get ();
}

Field Value

Endeca records (encapsulated in an ERecList) of this supplement.

Remarks

Returns an empty record list if there are no records assocaited with this supplement.

See Also