ValueListFilter Class

 

This documentation is no longer available on MSDN. It is available as a CHM or PDF download. For the newest Geocoding, Imagery, Routing and Traffic services, see Bing Maps REST Services. 

Represents a search filter with a fixed set of valid values. This class inherits from the AvailableFilter Class.

Syntax

public class ValueListFilter : AvailableFilter
Public Class ValueListFilter Inherits AvailableFilter

Constructor

Name

Description

ValueListFilter 

Initializes a new instance of a ValueListFilter object.

Public Properties

Name

Description

PropertyId 

An int indicating the ID of the property used to filter the search results. (Inherited from the AvailableFilter Class.)

PropertyName 

A string indicating the name of the property used to filter the search results. (Inherited from the AvailableFilter Class.)

Values 

An object array specifying the valid filter property values to use to filter results.

Remarks

A table of filter property IDs, property names, and values is found in the Search Filter Property Table topic.

See Also

SearchResultSet.AvailableFilters Property