Sets the Id of the record to be queried for.

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

Syntax

C#
public virtual long ERec { set; }
Visual Basic
Public Overridable WriteOnly Property ERec As Long
	Set
Visual C++
public:
virtual property long long ERec {
	void set (long long value);
}

Field Value

The record Id of the record being queried for.

Remarks

This property is shorthand for ERecIdList property used when only requesting one record.

See Also