[Missing <summary> documentation for "P:FlightPlan.TOLeg.EndOP"]

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

Syntax

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

See Also