ConfigurationElementCollection.BaseIsRemoved Method
.NET Framework 4.6 and 4.5
Indicates whether the ConfigurationElement with the specified key has been removed from the ConfigurationElementCollection.
Namespace: System.Configuration
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.
Show: