Share via


OrderGroup.StatusCode Property (BCL)

The StatusCode property is a read-only Int32 that retrieves the order group status code on this OrderGroup 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 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.