Gets the number of ERecs available from this ERecEnumerator.

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

Syntax

C#
public long Count { get; }
Visual Basic
Public ReadOnly Property Count As Long
	Get
Visual C++
public:
property long long Count {
	long long get ();
}

Field Value

The count of ERec or AggrERec available from this ERecEnumerator.

See Also