Partager via


SettingElement.Value Propriété

Définition

Obtient ou définit la valeur d'un objet SettingElement en utilisant un objet 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

Valeur de propriété

Objet SettingValueElement contenant la valeur de l'objet SettingElement spécifié.

Attributs

S’applique à