Returns the number of results that will match if this suggestion is used in a search.

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

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 results that will match when using this suggestion.

See Also