ProviderSettings Constructor (String^, String^)

 

Initializes a new instance of the ProviderSettings class.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

public:
ProviderSettings(
	String^ name,
	String^ type
)

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
Return to top
Show: