KeyValueConfigurationElement::Value Property
.NET Framework (current version)
Gets or sets the value of the KeyValueConfigurationElement object.
Assembly: System.Configuration (in System.Configuration.dll)
public: [ConfigurationPropertyAttribute("value", DefaultValue = "")] property String^ Value { String^ get(); void set(String^ value); }
The following code example demonstrates how to use the Value property. This code example is part of a larger example provided for the KeyValueConfigurationCollection class overview.
.NET Framework
Available since 2.0
Available since 2.0
Show: