ContainsExpressionType.ContainmentModeSpecified Property

Definition

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

public:
 property bool ContainmentModeSpecified { bool get(); void set(bool value); };
public bool ContainmentModeSpecified { get; set; }
Public Property ContainmentModeSpecified As Boolean

Property Value

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

Applies to