SettingsPropertyCollection::Remove Method (String^)

 

Removes a SettingsProperty object from the collection.

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

public:
void Remove(
	String^ name
)

Parameters

name
Type: System::String^

The name of the SettingsProperty object.

Exception Condition
NotSupportedException

The collection is read-only.

.NET Framework
Available since 2.0
Return to top
Show: