ContainsExpressionType.ContainmentModeSpecified Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.