IProduct.ProductCode Property

Definition

A string specifying the unique identifier of this product

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::String ^ ProductCode { System::String ^ get(); };
public string ProductCode { get; }
member this.ProductCode : string
Public ReadOnly Property ProductCode As String

Property Value

A string that specifies the unique product identifier of this product.

Applies to