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 物件的值。

屬性

適用於