Product.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; }
public string ProductCode { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.ProductCode : string
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ProductCode : string
Public ReadOnly Property ProductCode As String

Property Value

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

Implements

Attributes

Applies to