Click or drag to resize
AircraftListJsonLastDataVersion Property
Gets or sets the latest DataVersion for the aircraft in the aircraft list.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string LastDataVersion { get; set; }

Property Value

Type: String
Remarks
The browser sends this value back to the server when it asks for another aircraft list. In this way the server can figure out what has changed since the last time the browser asked for a list.
See Also