Gets the key of the given ConfigurationElement.

Namespace:  Mindscape.LightSpeed.Configuration
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
protected override Object GetElementKey(
	ConfigurationElement element
)
Visual Basic (Declaration)
Protected Overrides Function GetElementKey ( _
	element As ConfigurationElement _
) As Object

Return Value

A System.Object that acts as the key for the specified System.Configuration.ConfigurationElement.

See Also