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
SyntaxIEnumerable<ILogisticsDocumentLine> LogisticsLines { get; }
ReadOnly Property LogisticsLines As IEnumerable(Of ILogisticsDocumentLine)
Get
property IEnumerable<ILogisticsDocumentLine^>^ LogisticsLines {
IEnumerable<ILogisticsDocumentLine^>^ get ();
}
abstract LogisticsLines : IEnumerable<ILogisticsDocumentLine> with get
Property Value
Type:
IEnumerableILogisticsDocumentLine
The logistics lines.
See Also