Gets or sets the lot.
Namespace:
Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic override Lot Lot { get; }
Public Overrides ReadOnly Property Lot As Lot
Get
public:
virtual property Lot^ Lot {
Lot^ get () override;
}
abstract Lot : Lot with get
override Lot : Lot with get
Property Value
Type:
Lot
The lot.
Implements
ILogisticsDocumentLineLotILineWithProductAndLotLot
See Also