OrderGroup.LineItemCount Property (BCL)
The LineItemCount property is a read-only Int32 that retrieves the count of all the line items on all the OrderForm objects in the OrderGroup object.
Definition
[Visual Basic .NET]
Public ReadOnly Property LineItemCount As System.Int32
[C#]
public System.Int32 LineItemCount{get;}
Property Value
The count of all the line items on all the OrderForm objects in the OrderGroup object.
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.