ConfigurationSettings Class
Provides runtime versions 1.0 and 1.1 support for reading configuration sections and common configuration settings.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | AppSettings | Obsolete. Gets a read-only NameValueCollection of the application settings section of the configuration file. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() ![]() | GetConfig(String) | Obsolete. Returns the ConfigurationSection object for the passed configuration section name and path. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
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. |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



