Implements GetKeyForItem method.

Namespace: FlightPlan
Assembly: FlightPlanXML (in FlightPlanXML.dll) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected override string GetKeyForItem(
	Emergency item
)
Visual Basic
Protected Overrides Function GetKeyForItem ( _
	item As Emergency _
) As String
Visual C++
protected:
virtual String^ GetKeyForItem(
	Emergency^ item
) override

Parameters

item
Type: FlightPlan..::..Emergency
A [!:Emeregency]

Return Value

A String

See Also