PurchaseResults.TransactionId Property

Definition

A unique transaction ID associated with the purchase of a consumable in-app product.

public:
 property Platform::Guid TransactionId { Platform::Guid get(); };
winrt::guid TransactionId();
public Guid TransactionId { get; }
var guid = purchaseResults.transactionId;
Public ReadOnly Property TransactionId As Guid

Property Value

Guid

Platform::Guid

winrt::guid

A unique ID associated with a transaction.

Applies to