Share via


IdentifyingProductProperty Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the identifying product property for the current instance.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public ReadOnly Property IdentifyingProductProperty As String
'Usage
Dim instance As ProductCatalog
Dim value As String

value = instance.IdentifyingProductProperty
public string IdentifyingProductProperty { get; }
public:
property String^ IdentifyingProductProperty {
    String^ get ();
}
public function get IdentifyingProductProperty () : String

Property Value

Type: System..::.String
The identifying product property for the current instance.

Remarks

The identifying product property in a catalog is the property whose value is used to uniquely identify products in a catalog. You set the identifying product property when you create the catalog. For a VirtualCatalog this property will always return ProductId.

Permissions

See Also

Reference

ProductCatalog Class

ProductCatalog Members

Microsoft.CommerceServer.Catalog Namespace