KeyValueConfigurationCollection::Remove Method (String^)

 

Removes a KeyValueConfigurationElement object from the collection.

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

public:
void Remove(
	String^ key
)

Parameters

key
Type: System::String^

A string specifying the key.

.NET Framework
Available since 2.0
Return to top
Show: