ApplicationSettingsBase::Providers Property
.NET Framework (current version)
Gets the collection of application settings providers used by the wrapper.
Assembly: System (in System.dll)
public: [BrowsableAttribute(false)] property SettingsProviderCollection^ Providers { virtual SettingsProviderCollection^ get() override; }
Property Value
Type: System.Configuration::SettingsProviderCollection^A 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: