LogicalOperator Enumeration

 

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 values that link two expressions.

Syntax

public enum LogicalOperator
Public Enum LogicalOperator

Members

Member

Description

And

Connects two expressions that both must be true

Or

Connects two expressions where either one or both must be true

See Also

FilterExpressionClause.LogicalOperator Property