NameValueConfigurationElement.Value 속성

정의

NameValueConfigurationElement 개체의 값을 가져오거나 설정합니다.

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

속성 값

String

NameValueConfigurationElement 개체의 값입니다.

특성

적용 대상