SearchResponse.ResultSets Property

 

A SearchResultSet Class array, where each element contains search results from a specific listing type. Get this property from the service response.

Syntax

public SearchResultSet[] ResultSets { set; get; }
Public Property ResultSets As SearchResultSet()

See Also

ListingType Enumeration