UnfulfilledConsumable.ProductId Property

Definition

A unique ID used to identify a consumable in-app product. This ID is used by the app to get info about the product or feature that is enabled when the customer buys it through an in-app purchase.

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

Property Value

String

Platform::String

winrt::hstring

The product ID.

Applies to