SettingElement.Value Właściwość

Definicja

Pobiera lub ustawia wartość SettingElement obiektu przy użyciu SettingValueElement obiektu.

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, Options=System.Configuration.ConfigurationPropertyOptions.IsRequired)]
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
[<System.Configuration.ConfigurationProperty("value", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.IsRequired)>]
member this.Value : System.Configuration.SettingValueElement with get, set
Public Property Value As SettingValueElement

Wartość właściwości

SettingValueElement

SettingValueElement Obiekt zawierający wartość SettingElement obiektu.

Atrybuty

Dotyczy