Share via


Product3.ProductID Property (PIA)

The ProductID property is a read-only String that contains the unique ID for this product.

Definition

[Visual Basic .NET]

Imports Microsoft.CommerceServer.Interop.Catalog
…
Public ReadOnly Property ProductID As String

[C#]

using Microsoft.CommerceServer.Interop.Catalog;
…
 string ProductID {get; }

Property Value

[C#]

A string containing the product ID.

Exceptions

This property may throw one of many mapped exceptions or an exception of type COMException. See Standard COM Errors for additional details.

Remarks

The value of this property is a copy of the value of the IdentifyingProductProperty property of the catalog containing this product.

The value of this property will always be "ProductID" for a virtual catalog.

Requirements

Namespace: Microsoft.CommerceServer.Interop.Catalog

Platforms: Windows 2000, Windows Server 2003

Assembly: Cataloglib (in Cataloglib.dll)

See Also

Product3 Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.