SoapHeaderBinding.Namespace 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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。
備註
如果尚未設定屬性值,這個屬性會傳回空字串 (「」「) 。 只有在 屬性值為 Encoded
時,才應該設定值 Use 。 否則,XML Web 服務會顯示非預期的行為。