SearchResultSet.CategoryCounts Property

 

A CategoryCount Class array, where each element contains the number of results in the Results property that belong to a specified category. Get this property from the service response.

Syntax

public CategoryCount[] CategoryCounts { set; get; }
Public Property CategoryCounts As CategoryCount()