Gets the collection of order line items.

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

Syntax

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

Property Value

The collection of order line items.

Remarks

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

See Also