Gets the number of results actually contained in this result group.

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

Syntax

C#
public virtual int Count { get; }
Visual Basic
Public Overridable ReadOnly Property Count As Integer
	Get
Visual C++
public:
virtual property int Count {
	int get ();
}

Field Value

Number of results actually contained in this result group.

See Also