TripSegmentMileage Property |
Mileage of the route segment. The mileage is measured in the operational units of the vehicle even when it is not miles or kilometers. null means unknown mileage.
Namespace:
Aloe.EnterpriseOne.Model.Applications.Fleet
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<decimal> Mileage { get; set; }
Public Property Mileage As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal^>^ Mileage {
Nullable<Decimal^>^ get ();
void set (Nullable<Decimal^>^ value);
}
member Mileage : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimal
See Also