SearchResultSet.AvailableFilters Property
An AvailableFilter Class array containing filters that can be used to filter the results in the Results property. Get this property from the service response.
Syntax
public AvailableFilter[] AvailableFilters { set; get; }
Public Property AvailableFilters As AvailableFilter()