Share via


OrderForm.LineItems Property (BCL)

The LineItems property is a read-only LineItemsCollection that retrieves the line items collection associated with the order form.

Definition

[Visual Basic .NET]

Public ReadOnly Property LineItems As LineItemCollection

[C#]

public LineItemCollection LineItems{get;} 

Property Value

The line items collection associated with the order form.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Orders

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

See Also

Example Code for the Microsoft.CommerceServer.Runtime.Orders Namespace

Copyright © 2005 Microsoft Corporation.
All rights reserved.