Click or drag to resize

ReceivingOrderLines Property

List of ReceivingOrderLine child objects, based on the Logistics.Procurement.ReceivingOrderLine.ReceivingOrder back reference

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Procurement
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public ChildCollection<ReceivingOrderLine> Lines { get; }

Property Value

Type: ChildCollectionReceivingOrderLine
See Also