Share via


Basket.BasketID Property (BCL)

The BasketId property is a read-only Guid that returns the GUID for this basket instance. 

Definition

[Visual Basic .NET]

Public ReadOnly Property BasketId As System.Guid

[C#]

public System.Guid BasketId{get;} 

Property Value

The GUID for the basket.

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.