ISoapMessage.XmlNameSpace 屬性

定義

取得或設定 SOAP RPC (遠端程序呼叫) MethodName 項目的 XML 命名空間。

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

屬性值

XML 命名空間 (Namespace) 名稱,含有所呼叫之方法的物件位於其中。

適用於