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.StandingDataAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Route Route { get; set; }
Public Property Route As Route
Get
Set
public:
property Route^ Route {
Route^ get ();
void set (Route^ value);
}
member Route : Route with get, set
Property Value
Type:
RouteSee Also