VehicleFuelCapacity Property |
Maximum fuel capacity of the engine or the battery in the fuel measurement unit.
Namespace:
Aloe.EnterpriseOne.Model.Applications.Fleet
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<int> FuelCapacity { get; set; }
Public Property FuelCapacity As Nullable(Of Integer)
Get
Set
public:
property Nullable<int>^ FuelCapacity {
Nullable<int>^ get ();
void set (Nullable<int>^ value);
}
member FuelCapacity : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also