AircraftListJsonBuilderArgsPreviousDataVersion Property |
Gets or sets the DataVersion of the data that was last sent to the browser. Use -1 if the browser does not
report the previous data version.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public long PreviousDataVersion { get; set; }
Public Property PreviousDataVersion As Long
Get
Set
public:
property long long PreviousDataVersion {
long long get ();
void set (long long value);
}
member PreviousDataVersion : int64 with get, set
Property Value
Type:
Int64See Also