SoapMessage.XmlNameSpace 属性

定义

获取或设置包含定位调用方法的对象的 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 命名空间名称。

实现

适用于