SearchResultSet.EstimatedMatches Property
An int indicating an estimated number of matches found from the search. Get this property from the service response.
Syntax
public int EstimatedMatches { set; get; }
Public Property EstimatedMatches As Integer
Remarks
The EstimatedMatches property does not represent the number of search results returned. To get the number of returned results, use the Length property of the SearchResultSet.Results Property array.