Share via


Basket.StatusCode Property (BCL)

The StatusCode property is a read-only integer that contains the order group status code for the basket instance.

Definition

[Visual Basic .NET]

Public Overridable ReadOnly Property StatusCode As System.Int32

[C#]

public virtual System.Int32 StatusCode{get;} 

Property Value

The status code for the basket instance.

Remarks

If this property is not set (as is the case for newly created in-memory basket instances), this property returns 1.

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.