Click or drag to resize

MaintenancePlanTripCount Property

When not null, specifies the number of trips that must be performed since the last maintenance, for the next maintenance to occur.

Namespace:  Aloe.EnterpriseOne.Model.Applications.Fleet
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Nullable<int> TripCount { get; set; }

Property Value

Type: NullableInt32
See Also