ProviderSettingsCollection.Remove(String) Method

Definition

Removes an element from the collection.

public:
 void Remove(System::String ^ name);
public void Remove (string name);
member this.Remove : string -> unit
Public Sub Remove (name As String)

Parameters

name
String

The name of the ProviderSettings object to remove.

Remarks

Use the Remove method to remove a specified ProviderSettings object from the collection.

Applies to