ConfigurationElementCollection.GetElementKey Method (ConfigurationElement)
.NET Framework (current version)
Gets the element key for a specified configuration element when overridden in a derived class.
Assembly: System.Configuration (in System.Configuration.dll)
Protected MustOverride Function GetElementKey ( element As ConfigurationElement ) As Object
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: