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
<XmlAttributeAttribute> _
Public Property ContainmentComparison As ContainmentComparisonType
[XmlAttributeAttribute]
public ContainmentComparisonType ContainmentComparison { get; set; }
[XmlAttributeAttribute]
public:
property ContainmentComparisonType ContainmentComparison {
ContainmentComparisonType get ();
void set (ContainmentComparisonType value);
}
/** @property */
public ContainmentComparisonType get_ContainmentComparison ()
/** @property */
public void set_ContainmentComparison (ContainmentComparisonType value)
public function get ContainmentComparison () : ContainmentComparisonType
public function set ContainmentComparison (value : ContainmentComparisonType)
Property Value
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.
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.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also
Reference
ContainsExpressionType Class
ContainsExpressionType Members
ExchangeWebServices Namespace