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.
ConfigurationSettings::GetConfig Method (String^)
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Configuration
Assembly: System (in System.dll)
Return to top
Returns the ConfigurationSection object for the passed configuration section name and path.
Assembly: System (in System.dll)
public: [ObsoleteAttribute("This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection")] static Object^ GetConfig( String^ sectionName )
Parameters
- sectionName
-
Type:
System::String^
A configuration name and path, such as "system.net/settings".
Return Value
Type: System::Object^The ConfigurationSection object for the passed configuration section name and path.
Note |
|---|
The ConfigurationSettings class provides backward compatibility only. You should use the ConfigurationManager class or WebConfigurationManager class instead. |
| Exception | Condition |
|---|---|
| ConfigurationException | Unable to retrieve the requested section. |
This method is deprecated and is maintained for backward compatibility. Please use the GetSection method instead.
.NET Framework
Available since 1.1
Available since 1.1
Show:
