TransportationVehicleMaxPalletsCount Property |
The maximum number of pallets, which can be transported by the vehicle. 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
Syntaxpublic Nullable<int> MaxPalletsCount { get; set; }
Public Property MaxPalletsCount As Nullable(Of Integer)
Get
Set
public:
property Nullable<int>^ MaxPalletsCount {
Nullable<int>^ get ();
void set (Nullable<int>^ value);
}
member MaxPalletsCount : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also