LineItems Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the line item collection associated with the current order form.
Namespace: Microsoft.CommerceServer.Runtime.Orders
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property LineItems As LineItemCollection
'Usage
Dim instance As OrderForm
Dim value As LineItemCollection
value = instance.LineItems
public LineItemCollection LineItems { get; }
public:
property LineItemCollection^ LineItems {
LineItemCollection^ get ();
}
public function get LineItems () : LineItemCollection
Property Value
Type: Microsoft.CommerceServer.Runtime.Orders..::.LineItemCollection
A LineItemCollection associated with the current instance.
Remarks
Returns the line item collection associated with the current order form. The LineItemCollection holds information about all the LineItem objects held within the current order form object.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.