Share via


ContainsExpressionType.ContainmentModeSpecified Property

The ContainmentModeSpecified property gets a Boolean value that specifies whether the ContainmentMode property is serialized into the SOAP message.

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

Syntax

'Declaration
Public Property ContainmentModeSpecified As Boolean
    Get
    Set
'Usage
Dim instance As ContainsExpressionType
Dim value As Boolean

value = instance.ContainmentModeSpecified

instance.ContainmentModeSpecified = value
public bool ContainmentModeSpecified { get; set; }

Property Value

Type: System.Boolean
The ContainmentModeSpecified property returns true if the ContainmentMode property is serialized into the SOAP request; otherwise, the property returns false.