ConfigurationElementCollection::BaseIsRemoved Method (Object^)

 

Indicates whether the ConfigurationElement with the specified key has been removed from the ConfigurationElementCollection.

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

public protected:
bool BaseIsRemoved(
	Object^ key
)

Parameters

key
Type: System::Object^

The key of the element to check.

Return Value

Type: System::Boolean

true if the ConfigurationElement with the specified key has been removed; otherwise, false. The default is false.

.NET Framework
Available since 2.0
Return to top
Show: