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