 | QueryAppearanceCollectionGetElementKey Method |
Gets the element key for a specified configuration element when overridden in a derived class.
Namespace:
Koden.Utils.REST.ConfigFileSections
Assembly:
Koden.Utils.REST (in Koden.Utils.REST.dll) Version: 1.0.6464.41815
Syntaxprotected override Object GetElementKey(
ConfigurationElement element
)
Protected Overrides Function GetElementKey (
element As ConfigurationElement
) As Object
protected:
virtual Object^ GetElementKey(
ConfigurationElement^ element
) override
abstract GetElementKey :
element : ConfigurationElement -> Object
override GetElementKey :
element : ConfigurationElement -> Object
Parameters
- element
- Type: System.ConfigurationConfigurationElement
The ConfigurationElement to return the key for.
Return Value
Type:
Object
An
Object that acts as the key for the specified
ConfigurationElement.
See Also