Implements GetKeyForItem abstract method.

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

Syntax

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

Parameters

item
Type: FlightPlan..::..Leg
A Leg

Return Value

A String

See Also