ConfigurationElementCollection.IsElementRemovable Method
.NET Framework 4.6 and 4.5
Indicates whether the specified ConfigurationElement can be removed from the ConfigurationElementCollection.
Namespace: System.Configuration
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- element
- Type: System.Configuration.ConfigurationElement
The element to check.
Return Value
Type: System.Booleantrue if the specified ConfigurationElement can be removed from this ConfigurationElementCollection; otherwise, false. The default is true.
Show: