FilterExpressionClause 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 two or more combined filters or filter expressions.

Syntax

public class FilterExpressionClause : FilterExpressionBase
Public Class FilterExpressionClause Inherits FilterExpressionBase

Constructor

Name

Description

FilterExpressionClause 

Initializes a new instance of a FilterExpressionClause object.

Public Properties

Name

Description

Expressions 

A FilterExpressionBase Class array containing the filters or filter clauses to combine using the LogicalOperator property. Required.

LogicalOperator 

A LogicalOperator Enumeration value specifying how to combine the filters in the Expressions property. Required.

Remarks

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

See Also

SearchOptions.Filters Property