Gets the XsiType for this Leg.

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

Syntax

C#
protected override string XsiType { get; }
Visual Basic
Protected Overrides ReadOnly Property XsiType As String
	Get
Visual C++
protected:
virtual property String^ XsiType {
	String^ get () override;
}

See Also