Gets the total number of value results found even if not all of them were returned because of the parameters of the query.

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

Syntax

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

Field Value

Total number of search results.

See Also