Share via


NameValueConfigurationElement.Name 속성

정의

NameValueConfigurationElement 개체의 이름을 가져옵니다.

public:
 property System::String ^ Name { System::String ^ get(); };
[System.Configuration.ConfigurationProperty("name", DefaultValue="", IsKey=true)]
public string Name { get; }
public string Name { get; }
[<System.Configuration.ConfigurationProperty("name", DefaultValue="", IsKey=true)>]
member this.Name : string
member this.Name : string
Public ReadOnly Property Name As String

속성 값

NameValueConfigurationElement 개체의 이름입니다.

특성

적용 대상