VehicleLocationHistoryRecordCurrentSpeedKmH Property |
The current speed of the vehicle in km/h. null means the speed is unknown.
Namespace:
Aloe.EnterpriseOne.Model.Applications.Fleet
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<int> CurrentSpeedKmH { get; set; }
Public Property CurrentSpeedKmH As Nullable(Of Integer)
Get
Set
public:
property Nullable<int>^ CurrentSpeedKmH {
Nullable<int>^ get ();
void set (Nullable<int>^ value);
}
member CurrentSpeedKmH : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also