Configuration::AppSettings Property

 

Gets the AppSettingsSection object configuration section that applies to this Configuration object.

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

public:
property AppSettingsSection^ AppSettings {
	AppSettingsSection^ get();
}

Property Value

Type: System.Configuration::AppSettingsSection^

An AppSettingsSection object representing the appSettings configuration section that applies to this Configuration object.

Use the AppSettings property to access and change the appSettings configuration section defined by default in the open configuration file.

The following code example demonstrates how to use the AppSettings property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: