Поделиться через


TwoOperandExpressionType Class

The TwoOperandExpressionType class is the base class for derived classes that represent a restriction that is formed by comparing two values against one another.

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

Syntax

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

Remarks

The TwoOperandExpressionType class is the base class for the IsEqualToType, IsGreaterThanType, IsGreaterThanOrEqualToType, IsLessThanType, IsLessThanOrEqualToType, and IsNotEqualToType 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.