다음을 통해 공유


NamespaceElement.Namespace 속성

정의

이 구성 요소의 네임스페이스를 가져오거나 설정합니다.

public:
 property System::String ^ Namespace { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("namespace", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.IsRequired)]
public string Namespace { get; set; }
[<System.Configuration.ConfigurationProperty("namespace", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.IsRequired)>]
member this.Namespace : string with get, set
Public Property Namespace As String

속성 값

이 요소의 네임스페이스입니다.

특성

적용 대상