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