Information
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^)

 
Note: This API is now obsolete.

Returns the ConfigurationSection object for the passed configuration section name and path.

Namespace:   System.Configuration
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.

System_CAPS_noteNote

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
Return to top
Show: