Gets the number of matched terms from the search

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

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

See Also