ILogisticsDocumentLineLot Property |
Gets or sets the lot. If the logistics line does not support lots, then this property will ignore sets and return always null.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
SyntaxProperty Lot As Lot
Get
Set
property Lot^ Lot {
Lot^ get ();
void set (Lot^ value);
}
abstract Lot : Lot with get, set
Property Value
Type:
Lot
The lot.
See Also