ProviderSettingsCollection::Remove Method (String^)

 

Removes an element from the collection.

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

public:
void Remove(
	String^ name
)

Parameters

name
Type: System::String^

The name of the ProviderSettings object to remove.

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

.NET Framework
Available since 2.0
Return to top
Show: