ApplicationSettingsBase.Providers Property
.NET Framework (current version)
Gets the collection of application settings providers used by the wrapper.
Assembly: System (in System.dll)
<BrowsableAttribute(False)> Public Overrides ReadOnly Property Providers As SettingsProviderCollection
Property Value
Type: System.Configuration.SettingsProviderCollectionA SettingsProviderCollection containing all the SettingsProvider objects used by the settings properties of the current settings wrapper.
The SettingsProviderAttribute determines what setting provider is used by a settings wrapper class or an individual setting property. If this attribute is not specified, a client application will use the LocalFileSettingsProvider.
.NET Framework
Available since 2.0
Available since 2.0
Show: