SoapServerType.ServiceNamespace 属性

定义

获取一个 String,其中包含此 XML Web services 所属的命名空间。

public:
 property System::String ^ ServiceNamespace { System::String ^ get(); };
public string ServiceNamespace { get; }
member this.ServiceNamespace : string
Public ReadOnly Property ServiceNamespace As String

属性值

String

一个 String,其中包含此 XML Web services 所属的命名空间。

适用于