InvoiceItems Property
This is the collection of items included on the invoice.
Syntax
[VB.NET] Public Property InvoiceItems As InvoiceItemList
[C#] public InvoiceItemList InvoiceItems {get;}
Remarks
This property should contain all the items to be included on the invoice.
This property is not available at design time.