ProviderSettingsCollection::Add Method (ProviderSettings^)

 

Adds a ProviderSettings object to the collection.

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

public:
void Add(
	ProviderSettings^ provider
)

Parameters

provider
Type: System.Configuration::ProviderSettings^

The ProviderSettings object to add.

Use the Add method to add a ProviderSettings object to the collection.

.NET Framework
Available since 2.0
Return to top
Show: