Emergency flight plan.
Namespace: FlightPlanAssembly: FlightPlanXML (in FlightPlanXML.dll) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public FlightPlan Fp { get; set; } |
Visual Basic |
---|
Public Property Fp As FlightPlan Get Set |
Visual C++ |
---|
public: property FlightPlan^ Fp { FlightPlan^ get (); void set (FlightPlan^ value); } |