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