SettingElement.Value Eigenschap

Definitie

Hiermee haalt u de waarde van een SettingElement object op of stelt u deze in met behulp van een SettingValueElement object.

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

Waarde van eigenschap

Een SettingValueElement object met de waarde van het SettingElement object.

Kenmerken

Van toepassing op