AircraftJsonSecondsTracked Property |
Gets or sets the number of seconds that the aircraft has been tracked for.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public long SecondsTracked { get; set; }
Public Property SecondsTracked As Long
Get
Set
public:
property long long SecondsTracked {
long long get ();
void set (long long value);
}
member SecondsTracked : int64 with get, set
Property Value
Type:
Int64See Also