LineItems Property
Collection of line items.
Syntax
[VB.NET] Public Property LineItems As SalesReceiptItemList
[C#] public SalesReceiptItemList LineItems {get;}
Remarks
A Line Item is used to track any portion of a transaction that represents the purchase of an "item".
This property is not available at design time.