Gets the collection of invoice line items.

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
public virtual Collection<InvoiceLineItem> LineItems { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property LineItems As Collection(Of InvoiceLineItem)
Visual C++
public:
virtual property Collection<InvoiceLineItem^>^ LineItems {
	Collection<InvoiceLineItem^>^ get ();
}

Property Value

The collection of invoice line items.

Remarks

An invoice is expected to have at least on line item.

See Also