AircraftJsonDestination Property |
Gets or sets the airport that the aircraft is travelling to.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Destination { get; set; }
Public Property Destination As String
Get
Set
public:
property String^ Destination {
String^ get ();
void set (String^ value);
}
member Destination : string with get, set
Property Value
Type:
StringSee Also