FilterExpression 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 filter property and filter value pair used to filter search results. This class inherits from the FilterExpressionBase Class.

Syntax

public class FilterExpression : FilterExpressionBase
Public Class FilterExpression Inherits FilterExpressionBase

Constructor

Name

Description

FilterExpression 

Initializes a new instance of a FilterExpression object.

Public Properties

Name

Description

CompareOperator 

A CompareOperator Enumeration value specifying how to compare the FilterValue against the corresponding property value of a search result. Required.

FilterValue 

An object specifying the filter property value. Required.

PropertyId 

An int specifying the filter property ID. Required.

Remarks

Filter property IDs, names, and values are listed in the Search Filter Property Table.

See Also

SearchOptions.Filters Property