System.Configuration.SettingsProviderCollection Class

Represents a collection of application settings providers.

See Also: SettingsProviderCollection Members

Syntax

public class SettingsProviderCollection : System.Configuration.Provider.ProviderCollection

Remarks

The System.Configuration.SettingsProviderCollection class is a straightforward extension of the System.Configuration.Provider.ProviderCollection class to provide for storage of System.Configuration.SettingsProvider objects.

The System.Configuration.ApplicationSettingsBase class uses this collection to manage the settings providers associated with each of its application settings properties through the System.Configuration.SettingsProviderAttribute.

Requirements

Namespace: System.Configuration
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0