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

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

Syntax

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

See Also