Share via


LineItem.ProductVariantID Property (BCL)

The ProductVariantID property is a read/write String that accesses the value of the product_variant_id field on the underlying Dictionary COM Interop object.

Definition

[Visual Basic .NET]

Public Property ProductVariantID As System.String

[C#]

public System.String ProductVariantID{get; set;} 

Property Value

The product_variant_id field on the underlying Dictionary COM Interop object.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Orders

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.