Share via


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 对象。

属性

适用于