PurchaseOrderLines Property |
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Procurement
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<PurchaseOrderLine> Lines { get; }
Public ReadOnly Property Lines As ChildCollection(Of PurchaseOrderLine)
Get
public:
property ChildCollection<PurchaseOrderLine^>^ Lines {
ChildCollection<PurchaseOrderLine^>^ get ();
}
member Lines : ChildCollection<PurchaseOrderLine> with get
Property Value
Type:
ChildCollectionPurchaseOrderLine
See Also