SoapHeader::EncodedMustUnderstand12 Property
.NET Framework (current version)
Gets or sets the value of the mustUnderstand XML attribute for the SOAP header when communicating with SOAP protocol version 1.2.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: [ComVisibleAttribute(false)] property String^ EncodedMustUnderstand12 { String^ get(); void set(String^ value); }
Property Value
Type: System::String^The value of the mustUnderstand XML attribute of a SOAP header. The default is "0".
| Exception | Condition |
|---|---|
| ArgumentException | The property is set to a value other than: "0", "1", "true", or "false". |
Do not use this property. Instead use the MustUnderstand property.
.NET Framework
Available since 2.0
Available since 2.0
Show: