ServiceBehaviorAttribute.Namespace プロパティ

定義

Web サービス記述言語 (WSDL) でのサービスのターゲット名前属性の値を取得または設定します。

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

プロパティ値

targetNamespace 要素を含む <wsdl:definitions> 要素の <wsdl:service> 属性の値。

適用対象