Gets or sets the airport that the route ends on.
            
 
Namespace: VirtualRadar.Interface.StandingDataAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Airport To { get; set; }Public Property To As Airport
	Get
	Set
public:
property Airport^ To {
	Airport^ get ();
	void set (Airport^ value);
}member To : Airport with get, set
Property Value
Type: 
Airport
See Also