Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ProductListing.ProductId Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets the product ID for the add-on that this ProductListing represents.

public:
 property Platform::String ^ ProductId { Platform::String ^ get(); };
winrt::hstring ProductId();
public string ProductId { get; }
var string = productListing.productId;
Public ReadOnly Property ProductId As String

Property Value

String

Platform::String

winrt::hstring

The product ID for the add-on.

Remarks

The product ID is the string that the app uses to identify the add-on. You enter the product ID when submitting your add-on in Partner Center, where it is associated with the description, price tier and lifetime. For more information, see How to use product IDs for add-ons in your code.

Applies to


Feedback

Was this page helpful?