ContainsExpressionType.ContainmentComparisonSpecified Property
The ContainmentComparisonSpecified property gets or sets a Boolean value that specifies whether the ContainmentComparison property is serialized into the SOAP message.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ContainmentComparisonSpecified As Boolean
Get
Set
'Usage
Dim instance As ContainsExpressionType
Dim value As Boolean
value = instance.ContainmentComparisonSpecified
instance.ContainmentComparisonSpecified = value
public bool ContainmentComparisonSpecified { get; set; }
Property Value
Type: System.Boolean
The ContainmentComparisonSpecified property returns true if the ContainmentComparison is serialized into the SOAP message; otherwise, the property returns false.
See Also