ProviderCollection::Remove Method (String^)

 

Removes a provider from the collection.

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

public:
void Remove(
	String^ name
)

Parameters

name
Type: System::String^

The name of the provider to be removed.

Exception Condition
NotSupportedException

The collection has been set to read-only.

.NET Framework
Available since 2.0
Return to top
Show: