Gets the element key for a specified configuration element.
            
| 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 )
- element (ConfigurationElement)
 - The System.Configuration.ConfigurationElement to return the key for
 
An System.Object that acts as the key for the specified System.Configuration.ConfigurationElement
