AircraftListJsonBuilderArgsResendTrails Property |
Gets or sets a flag indicating that the entire trail for each aircraft should be sent regardless of whether the
browser has been previously sent the trail or not.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool ResendTrails { get; set; }
Public Property ResendTrails As Boolean
Get
Set
public:
property bool ResendTrails {
bool get ();
void set (bool value);
}
member ResendTrails : bool with get, set
Property Value
Type:
BooleanRemarks
Browsers are allowed to ask for the full trail to be sent - this happens when the user switches between short and
full trails.
See Also