ConfigurationSettings Class
.NET Framework 3.0
Provides runtime versions 1.0 and 1.1 support for reading configuration sections and common configuration settings.
Namespace: System.Configuration
Assembly: System (in system.dll)
Assembly: System (in system.dll)
Using the static methods and properties of the ConfigurationSettings type is the recommended method for reading configuration information at runtime for versions 1.0 and 1.1 applications.
Note: |
|---|
| The ConfigurationSettings class provides backward compatibility only. For new applications you should use the ConfigurationManager class or WebConfigurationManager class instead. To use these two classes, you must add a reference in your project or application to the System.Configuration namespace. |
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show:
Note: