SettingElement::Value Property
.NET Framework (current version)
Gets or sets the value of a SettingElement object by using a SettingValueElement object.
Assembly: System (in System.dll)
public: [ConfigurationPropertyAttribute("value", IsRequired = true, DefaultValue = null)] property SettingValueElement^ Value { SettingValueElement^ get(); void set(SettingValueElement^ value); }
Property Value
Type: System.Configuration::SettingValueElement^A SettingValueElement object containing the value of the SettingElement object.
.NET Framework
Available since 2.0
Available since 2.0
Show: