SoapHeader.EncodedMustUnderstand12 属性

定义

与 SOAP 协议 1.2 版通信时,获取或设置 SOAP 标头的 mustUnderstand XML 属性的值。

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

属性值

String

SOAP 标头的 mustUnderstand XML 特性的值。 默认为“0”。

属性

例外

属性设置为“0”、“1”、“true”或“false”之外的值。

注解

请勿使用此属性。 请改用该 MustUnderstand 属性。

适用于

另请参阅