ProviderSettings Constructor (String^, String^)
.NET Framework (current version)
Initializes a new instance of the ProviderSettings class.
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- name
-
Type:
System::String^
The name of the provider to configure settings for.
- type
-
Type:
System::String^
The type of the provider to configure settings for.
Use this constructor to create a new ProviderSettings instance with the specified name and type.
.NET Framework
Available since 2.0
Available since 2.0
Show: