IConfigurationSystem::GetConfig Method (String^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the specified configuration.

Namespace:   System.Configuration
Assembly:  System (in System.dll)

Object^ GetConfig(
	String^ configKey
)

Parameters

configKey
Type: System::String^

The configuration key.

Return Value

Type: System::Object^

The object representing the configuration.

.NET Framework
Available since 1.1
Return to top
Show: