| 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
)
Protected Overrides Function GetElementKey (
element As ConfigurationElement
) As Object
protected:
virtual Object^ GetElementKey(
ConfigurationElement^ element
) override
abstract GetElementKey :
element : ConfigurationElement -> Object
override GetElementKey :
element : ConfigurationElement -> Object
Parameters
- element
- Type: System.ConfigurationConfigurationElement
The element whose key to get.
Return Value
Type:
ObjectThe
RackId property value.
See Also