共用方式為


SoapHeaderFaultBinding.Namespace 屬性

定義

取得或設定一個 URI,代表編碼未由 Encoding 該屬性明確定義內容的規範位置。

public:
 property System::String ^ Namespace { System::String ^ get(); void set(System::String ^ value); };
public string Namespace { get; set; }
member this.Namespace : string with get, set
Public Property Namespace As String

屬性值

回傳一個代表 URI 的字串。

備註

若屬性值尚未設定,此屬性會回傳空字串(“”)。 只有當屬性 Use 的值為 Encoded時,才應設定 。 否則 XML Web 服務將呈現出意料之外的行為。

適用於