Click or drag to resize

RackConfigurationElementCollection.GetElementKey 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.Configuration.ConfigurationElement
The element whose key to get.

Return Value

Type: Object
The RackId property value.
See Also