ContainsExpressionType Class

The ContainsExpressionType class represents a search expression that determines whether a given property contains the supplied constant string value.

Inheritance Hierarchy

System.Object
  ExchangeWebServices.SearchExpressionType
    ExchangeWebServices.ContainsExpressionType

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

Syntax

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

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.