Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
|---|---|
Initializes a new instance of a ValueListFilter object. |
Public Properties
Name |
Description |
|---|---|
An int indicating the ID of the property used to filter the search results. (Inherited from the AvailableFilter Class.) |
|
A string indicating the name of the property used to filter the search results. (Inherited from the AvailableFilter Class.) |
|
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.