Namespace:
Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<InvoiceLine> Lines { get; }
Public ReadOnly Property Lines As ChildCollection(Of InvoiceLine)
Get
public:
property ChildCollection<InvoiceLine^>^ Lines {
ChildCollection<InvoiceLine^>^ get ();
}
member Lines : ChildCollection<InvoiceLine> with get
Property Value
Type:
ChildCollectionInvoiceLine
See Also