ConfigurationElementCollection.BaseIsRemoved Method (Object)
.NET Framework (current version)
Indicates whether the ConfigurationElement with the specified key has been removed from the ConfigurationElementCollection.
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- key
-
Type:
System.Object
The key of the element to check.
Return Value
Type: System.Booleantrue if the ConfigurationElement with the specified key has been removed; otherwise, false. The default is false.
.NET Framework
Available since 2.0
Available since 2.0
Show: