[Missing <summary> documentation for "P:FlightPlan.Leg.Previd"]

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

Syntax

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

See Also