ConfigurationElementCollection.GetElementKey Method
.NET Framework 4.6 and 4.5
Gets the element key for a specified configuration element when overridden in a derived class.
Namespace: System.Configuration
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- element
- Type: System.Configuration.ConfigurationElement
The ConfigurationElement to return the key for.
Return Value
Type: System.ObjectAn Object that acts as the key for the specified ConfigurationElement.
Show: