共用方式為


SoapServerType.ServiceNamespace 屬性

定義

取得 String,包含這個 XML Web Service 所屬的命名空間。

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 Service 所屬的命名空間。

適用於