Share via


ProductId Property

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

Gets the Product Identifier for this variant.

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

Syntax

'Declaration
Public ReadOnly Property ProductId As String
'Usage
Dim instance As Variant
Dim value As String

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

Property Value

Type: System..::.String
The Product Identifier for this variant.

Remarks

The unique identifier for the product.

Permissions

See Also

Reference

Variant Class

Variant Members

Microsoft.CommerceServer.Catalog Namespace