ConfigurationElementCollection.IsElementName Method
.NET Framework 4.6 and 4.5
Indicates whether the specified ConfigurationElement exists in the ConfigurationElementCollection.
Namespace: System.Configuration
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- elementName
- Type: System.String
The name of the element to verify.
Return Value
Type: System.Booleantrue if the element exists in the collection; otherwise, false. The default is false.
Show: