TypeElementCollection GetElementKey Method | Glimpse API Documentation |
Gets the element key for a specified configuration element when overridden in a derived class.
Namespace: Glimpse.Core.ConfigurationAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
Parameters
- element
- Type: System.Configuration ConfigurationElement
The ConfigurationElement to return the key for.
Return Value
An Object that acts as the key for the specified ConfigurationElement.See Also