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 命名空间名称。

适用于