Click or drag to resize

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
Syntax
protected override Object GetElementKey(
	ConfigurationElement element
)

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