VehicleMaintenancePlanAssignmentLastMaintenanceMileageKm Property |
The mileage of the vehicle (in Kilometers), when the last maintenance of this type occurred. Should be specified for plans, which require mileage check.
Namespace:
Aloe.EnterpriseOne.Model.Applications.Fleet
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<int> LastMaintenanceMileageKm { get; set; }
Public Property LastMaintenanceMileageKm As Nullable(Of Integer)
Get
Set
public:
property Nullable<int>^ LastMaintenanceMileageKm {
Nullable<int>^ get ();
void set (Nullable<int>^ value);
}
member LastMaintenanceMileageKm : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also