The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ConfigurationElementCollection::IsElementName Method (String^)
.NET Framework (current version)
Indicates whether the specified ConfigurationElement exists in the ConfigurationElementCollection.
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.
Override the IsElementName method to provide custom behavior.
.NET Framework
Available since 2.0
Available since 2.0
Show: