Click or drag to resize

TransportationVehicleMaxCargoWeightKg Property

The maximum weight of the cargo (in kg), which can be transported. null when this is unknown and no limit should be enforced.

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

Property Value

Type: NullableInt32
See Also