SoapHeader.EncodedMustUnderstand12 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
與 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
屬性值
SOAP 標頭之 mustUnderstand
XML 屬性的值。 預設值是「0」。
- 屬性
例外狀況
屬性值會設為 "0"、"1"、"true" 或 "false" 以外的值。
備註
請勿使用這個屬性。 請改用 MustUnderstand 屬性。