RangeFilter 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. 

Contains properties that specify a number range of allowable filter property values. This class inherits from the AvailableFilter Class.

Syntax

public class RangeFilter : AvailableFilter
Public Class RangeFilter Inherits AvailableFilter

Constructor

Name

Description

RangeFilter 

Initializes a new instance of a RangeFilter object.

Public Properties

Name

Description

MaximumValue 

An object indicating the end of the range of allowable values for the filter property identified by the PropertyId and PropertyName properties.

MinimumValue 

An object indicating the start of the range of allowable values for the filter property identified by the PropertyId and PropertyName properties.

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.)

Remarks

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