ServiceDescription.Namespace プロパティ

定義

サービスの名前空間を取得または設定します。

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

プロパティ値

サービスの名前空間。

string namespc = svcDesc.Namespace;
Console.WriteLine("Service Description namespace: {0}", namespc);
Dim namespc = svcDesc.Namespace
Console.WriteLine("Service Description namespace: {0}", namespc)

注釈

WSDL メタデータをエクスポートする場合、 は Namespace (修飾nameされた) 属性の Web サービス開発言語 (WSDL) <service> 要素名前空間名部分にマップされます。

適用対象