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::ElementName Property
.NET Framework (current version)
Gets the name used to identify this collection of elements in the configuration file when overridden in a derived class.
Assembly: System.Configuration (in System.Configuration.dll)
Property Value
Type: System::String^The name of the collection; otherwise, an empty string. The default is an empty string.
Override the ElementName property to name a custom ConfigurationElementCollection.
.NET Framework
Available since 2.0
Available since 2.0
Show: