Click or drag to resize

IDocumentAmountsDocumentLogisticsLines Property

Gets the logistics lines.

Namespace:  Aloe.EnterpriseOne.Model.Logistics.DocumentAmounts
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
IEnumerable<ILogisticsDocumentLine> LogisticsLines { get; }

Property Value

Type: IEnumerableILogisticsDocumentLine
The logistics lines.
See Also