The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AppSettingsSection::Settings Property
.NET Framework (current version)
Gets a collection of key/value pairs that contains application settings.
Assembly: System.Configuration (in System.Configuration.dll)
public: [ConfigurationPropertyAttribute("", IsDefaultCollection = true)] property KeyValueConfigurationCollection^ Settings { KeyValueConfigurationCollection^ get(); }
Property Value
Type: System.Configuration::KeyValueConfigurationCollection^A collection of key/value pairs that contains the application settings from the configuration file.
.NET Framework
Available since 2.0
Available since 2.0
Show: