IsGreaterThanOrEqualToType Class

The IsGreaterThanOrEqualToType class represents a search expression that compares a property with either a constant value or another property and returns true if the first property is greater than or equal to the second.

Inheritance Hierarchy

System.Object
  ExchangeWebServices.SearchExpressionType
    ExchangeWebServices.TwoOperandExpressionType
      ExchangeWebServices.IsGreaterThanOrEqualToType

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

Syntax

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

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.