Initial leg id (if any).

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

Syntax

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

See Also