Returns the number of records that matched the search.

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

Syntax

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

Field Value

The number of records that matched the search.

Remarks

Corresponds to the TotalNumERecs property.

See Also