Gets or sets the Ids of the records to be queried for.

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

Syntax

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

Field Value

The record Ids in the query or null if there were none.

Remarks

If only one record has been queried for this method still returns a ERecIdList of one element.

See Also