Click or drag to resize

RackConfigurationElementCollectionGetElementKey Method

Gets the element key.

Namespace:  Ookii.Jumbo.Topology
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
protected override Object GetElementKey(
	ConfigurationElement element
)

Parameters

element
Type: System.ConfigurationConfigurationElement
The element whose key to get.

Return Value

Type: Object
The RackId property value.
See Also