ProductLicense.ProductId Property

Gets the ID of an app’s in-app offer.

Syntax

public:
property String^ ProductId {
         String^ get ();
}  

Property value

Type: String 

  The ID specified in the Dashboard to identify this in-app offer.

Remarks

The Product ID is the string that the app uses to identify the in-app offer. The Product ID is entered in the Advance features page of the Dashboard where it is associated with the description, price tier and lifetime. The same Product ID is used in the app to get info about the product or feature that is enabled when the customer buys it through an in-app purchase.

Requirements

Namespace: Windows.ApplicationModel.Store

Metadata: windows.winmd

See also

Reference

ProductLicense Class

ProductLicense Members

Windows.ApplicationModel.Store Namespace