TripPrimaryVehicleStartingMileage Property |
Mileage of the primary vehicle in the vehicle set at the begining of the trip. null means unknown.
Namespace:
Aloe.EnterpriseOne.Model.Applications.Fleet
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<decimal> PrimaryVehicleStartingMileage { get; set; }
Public Property PrimaryVehicleStartingMileage As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal^>^ PrimaryVehicleStartingMileage {
Nullable<Decimal^>^ get ();
void set (Nullable<Decimal^>^ value);
}
member PrimaryVehicleStartingMileage : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimal
See Also