System.Configuration.ConfigurationSettings Class

Provides runtime versions 1.0 and 1.1 support for reading configuration sections and common configuration settings.

See Also: ConfigurationSettings Members

Syntax

public sealed class ConfigurationSettings

Remarks

Using the static methods and properties of the System.Configuration.ConfigurationSettings type is the recommended method for reading configuration information at runtime for versions 1.0 and 1.1 applications.

Note:

The System.Configuration.ConfigurationSettings class provides backward compatibility only. For new applications you should use the System.Configuration.ConfigurationManager class or System.Web.Configuration.WebConfigurationManager class instead. To use these two classes, you must add a reference in your project or application to the System.Configuration namespace.

Requirements

Namespace: System.Configuration
Assembly: System (in System.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0, 4.0.0.0