Share via


ContainsExpressionType.ContainmentComparison Property

The ContainmentComparison property gets or sets a value that specifies whether the search ignores cases and spaces.

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

Syntax

'Declaration
Public Property ContainmentComparison As ContainmentComparisonType
    Get
    Set
'Usage
Dim instance As ContainsExpressionType
Dim value As ContainmentComparisonType

value = instance.ContainmentComparison

instance.ContainmentComparison = value
public ContainmentComparisonType ContainmentComparison { get; set; }

Property Value

Type: ExchangeWebServices.ContainmentComparisonType
The ContainmentComparison property returns a ContainmentComparisonType enumeration.

Remarks

You must set the ContainmentComparisonSpecified property to true so that the ContainmentComparison property is serialized into the SOAP message.