[Missing <summary> documentation for "P:FlightPlan.Stage.Ignore"]

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

Syntax

C#
public bool Ignore { get; set; }
Visual Basic
Public Property Ignore As Boolean
	Get
	Set
Visual C++
public:
property bool Ignore {
	bool get ();
	void set (bool value);
}

See Also