ProviderSettingsCollection.Add(ProviderSettings) Method

Definition

Adds a ProviderSettings object to the collection.

public:
 void Add(System::Configuration::ProviderSettings ^ provider);
public void Add (System.Configuration.ProviderSettings provider);
member this.Add : System.Configuration.ProviderSettings -> unit
Public Sub Add (provider As ProviderSettings)

Parameters

provider
ProviderSettings

The ProviderSettings object to add.

Remarks

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

Applies to