SoapHeader.EncodedMustUnderstand12 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.
Gets or sets the value of the mustUnderstand
XML attribute for the SOAP header when communicating with SOAP protocol version 1.2.
public:
property System::String ^ EncodedMustUnderstand12 { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.ComVisible(false)]
public string EncodedMustUnderstand12 { get; set; }
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.EncodedMustUnderstand12 : string with get, set
Public Property EncodedMustUnderstand12 As String
Property Value
The value of the mustUnderstand
XML attribute of a SOAP header. The default is "0".
- Attributes
Exceptions
The property is set to a value other than: "0", "1", "true", or "false".
Remarks
Do not use this property. Instead use the MustUnderstand property.
Applies to
See also
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET