Share via


ProductCatalog3.IdentifyingVariantProperty Property (PIA)

The IdentifyingVariantProperty property is a read-only String that contains the name of the unique identifier field for product variants in this catalog.

Definition

[Visual Basic .NET]

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

[C#]

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

Property Value

A string containing the name of the identifying variant property.

Exceptions

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

The following table shows the custom COM errors that COMException may wrap as exceptions for this method.

Constant Value Description
E_POINTER

[C#] 0x80004003

[Visual Basic .NET] &H80004003

The pointer is invalid.

Remarks

The variant ID is cached in the Recordset object. Because of the cache, this method will continue to return the old value after the catalog has been deleted.

Requirements

Namespace: Microsoft.CommerceServer.Interop.Catalog

Platforms: Windows 2000, Windows Server 2003

Assembly: cataloglib (in cataloglib.dll)

See Also

ProductCatalog3 Class

ProductCatalog3.IdentifyingProductProperty

Copyright © 2005 Microsoft Corporation.
All rights reserved.