AircraftListJsonLastDataVersion Property |
Gets or sets the latest
DataVersion for the aircraft in the aircraft list.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string LastDataVersion { get; set; }
Public Property LastDataVersion As String
Get
Set
public:
property String^ LastDataVersion {
String^ get ();
void set (String^ value);
}
member LastDataVersion : string with get, set
Property Value
Type:
StringRemarks 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