SettingsProviderAttribute Constructor (String^)
.NET Framework (current version)
Initializes an instance of the SettingsProviderAttribute class.
Assembly: System (in System.dll)
The type name is the name of the class, derived from SettingsProvider, that is being specified as the settings provider.
Caution |
|---|
Using custom settings providers from arbitrary third parties is inherently unsafe because these providers have full read/write access to your application's configuration information. A settings provider should be thoroughly vetted before it is adopted for general use. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
