SettingElement::Value Property

 

Gets or sets the value of a SettingElement object by using a SettingValueElement object.

Namespace:   System.Configuration
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
Return to top
Show: