Share via


UnfulfilledConsumable.ProductId 屬性

定義

用來識別消費性應用程式內產品的唯一識別碼。 應用程式會使用此識別碼來取得客戶透過應用程式內購買時所啟用之產品或功能的相關資訊。

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

屬性值

String

Platform::String

winrt::hstring

產品識別碼。

適用於