Share via


LineItem.Quantity Property (BCL)

The Quantity property is a read/write Int32 that accesses the value of the quantity field on the underlying Dictionary COM Interop object.

Definition

[Visual Basic .NET]

Public Property Quantity As System.Int32

[C#]

public System.Int32 Quantity{get; set;} 

Property Value

The value of the quantity field on the underlying Dictionary COM Interop object.

Remarks

If no quantity field value has been set, then this method returns 0.

Commerce Server 2002 does not support decimals in quantity values.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Orders

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.