Desired Entry Type of contingency reaction.

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

Syntax

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

See Also