LogisticsDocumentLineLot Property |
Gets or sets the lot. Some logistics lines does not support lots and this property will alwais return null/ghost object.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic virtual Lot Lot { get; set; }
Public Overridable Property Lot As Lot
Get
Set
public:
virtual property Lot^ Lot {
Lot^ get ();
void set (Lot^ value);
}
abstract Lot : Lot with get, set
override Lot : Lot with get, set
Property Value
Type:
Lot
The lot.
Implements
ILogisticsDocumentLineLotILineWithProductAndLotLot
See Also