Gets the collection of order response line items.

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

Syntax

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

Property Value

The collection of order response line items.

See Also