Share via


LineItemCollection.Count Property (BCL)

The Count property is a read-only integer indicating the number of elements contained in the collection.

Definition

[Visual Basic .NET]

Overridable Public ReadOnly Property Count As System.Int32

[C#]

public virtual System.Int32 Count{get;} 

Property Value

The number of elements contained in the collection.

Implements

System.Collection.ICollection

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Orders

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.