SettingElement.Value 속성

정의

SettingElement 개체를 사용하여 SettingValueElement 개체의 값을 가져오거나 설정합니다.

public:
 property System::Configuration::SettingValueElement ^ Value { System::Configuration::SettingValueElement ^ get(); void set(System::Configuration::SettingValueElement ^ value); };
[System.Configuration.ConfigurationProperty("value", DefaultValue=null, IsRequired=true)]
public System.Configuration.SettingValueElement Value { get; set; }
public System.Configuration.SettingValueElement Value { get; set; }
[<System.Configuration.ConfigurationProperty("value", DefaultValue=null, IsRequired=true)>]
member this.Value : System.Configuration.SettingValueElement with get, set
member this.Value : System.Configuration.SettingValueElement with get, set
Public Property Value As SettingValueElement

속성 값

SettingValueElement 개체의 값을 포함하는 SettingElement 개체입니다.

특성

적용 대상