Gets the element key for a specified configuration element when overridden in a derived class.
![](../icons/collapse_all.gif)
C# | Visual Basic | Visual C++ | J# |
protected override Object GetElementKey( ConfigurationElement element )
Protected Overrides Function GetElementKey ( _ element As ConfigurationElement _ ) As Object
protected: virtual Object^ GetElementKey( ConfigurationElement^ element ) override
protected Object GetElementKey( ConfigurationElement element )
![](../icons/collapse_all.gif)
- element (ConfigurationElement)
- The ConfigurationElement to return the key for.
![](../icons/collapse_all.gif)
An Object that acts as the key for the specified ConfigurationElement.