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
Syntaxpublic Nullable<int> TripCount { get; set; }
Public Property TripCount As Nullable(Of Integer)
Get
Set
public:
property Nullable<int>^ TripCount {
Nullable<int>^ get ();
void set (Nullable<int>^ value);
}
member TripCount : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also