Click or drag to resize

PurchaseOrderLines Property

List of PurchaseOrderLine child objects, based on the Logistics.Procurement.PurchaseOrderLine.PurchaseOrder 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<PurchaseOrderLine> Lines { get; }

Property Value

Type: ChildCollectionPurchaseOrderLine
See Also