TransportationOrderLinePalletsCount Property |
Number of palettes comprising the cargo. null when it is unknown.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Shipment
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<int> PalletsCount { get; set; }
Public Property PalletsCount As Nullable(Of Integer)
Get
Set
public:
property Nullable<int>^ PalletsCount {
Nullable<int>^ get ();
void set (Nullable<int>^ value);
}
member PalletsCount : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also