GetElementKey Method

Glimpse API

StatusCodeElementCollection GetElementKey Method Glimpse API Documentation
Gets the element key for a specified configuration element when overridden in a derived class.

Namespace: Glimpse.Core.Configuration
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

protected override Object GetElementKey(
	ConfigurationElement element
)
protected override Object GetElementKey(
	ConfigurationElement element
)

Parameters

element
Type: OnlineSystem.Configuration ConfigurationElement
The OnlineConfigurationElement to return the key for.

Return Value

An OnlineObject that acts as the key for the specified OnlineConfigurationElement.
See Also