Flight plan id.

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

Syntax

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

See Also