Click or drag to resize
CallsignRouteDetailRoute Property
Gets or sets the route for the callsign. This will be null if no details could be fetched for the callsign.

Namespace: VirtualRadar.Interface.StandingData
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Route Route { get; set; }

Property Value

Type: Route
See Also