ShipmentLineBoxCount Property |
The count of boxes in which the goods are packaged. null means unknown.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Shipment
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<int> BoxCount { get; set; }
Public Property BoxCount As Nullable(Of Integer)
Get
Set
public:
property Nullable<int>^ BoxCount {
Nullable<int>^ get ();
void set (Nullable<int>^ value);
}
member BoxCount : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also