Share via


MultipleOperandBooleanExpressionType Class

The MultipleOperandBooleanExpressionType class is the base class for derived classes that represent a restriction formed by two or more Boolean operands.

Inheritance Hierarchy

System.Object
  ExchangeWebServices.SearchExpressionType
    ExchangeWebServices.MultipleOperandBooleanExpressionType
      ExchangeWebServices.AndType
      ExchangeWebServices.OrType

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public MustInherit Class MultipleOperandBooleanExpressionType _
    Inherits SearchExpressionType
'Usage
Dim instance As MultipleOperandBooleanExpressionType
[SerializableAttribute]
public abstract class MultipleOperandBooleanExpressionType : SearchExpressionType

Remarks

The MultipleOperandBooleanExpressionType class is the base class for the AndType and OrType classes.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.