CommerceContext.OrderSystem Property (BCL)

The OrderSystem property is a read/write OrderContext object.

Definition

[Visual Basic .NET]

Public Property OrderSystem As OrderContext

[C#]

public OrderContext OrderSystem{get; set;} 

Property Value

The read/write OrderContext object used on the site.

Remarks

A default OrderContext object is available only if the CommerceOrderModule class is configured in the web.config file. Always check this property for a non-null value before referencing it.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

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.