Class SearchResults
public class SearchResults
- Inheritance
-
objectSearchResults
Properties
Results
public List<SearchResult> Results { get; set; }
Property Value
- List<SearchResult>
TotalResults
public int TotalResults { get; set; }
Property Value
- int