Share via


BasketEvent.ProductID Property (BCL)

The ProductID property is a read/write string that identfies the product ID for the product.

Definition

[Visual Basic .NET]

Public Property ProductID As System.String

[C#]

public System.String ProductID{get; set;} 

Property Value

The name of the product ID for the product.

Remarks

This property must be set for a valid event.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.