[Missing <summary> documentation for "P:FlightPlan.Leg.Prev"]

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

Syntax

C#
public Leg Prev { get; set; }
Visual Basic
Public Property Prev As Leg
	Get
	Set
Visual C++
public:
property Leg^ Prev {
	Leg^ get ();
	void set (Leg^ value);
}

See Also