SoapHeaderFaultBinding.Encoding 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定一個 URI,代表用於編碼 SOAP 標頭錯誤訊息的編碼風格。
public:
property System::String ^ Encoding { System::String ^ get(); void set(System::String ^ value); };
public string Encoding { get; set; }
member this.Encoding : string with get, set
Public Property Encoding As String
屬性值
一個包含 URI 的字串。 預設值是空字串 ("")。
備註
該性質的值僅當該性質的值 Use 為 Encoded時才會被設定。 否則 XML Web 服務將呈現出意料之外的行為。