PurchaseResults.TransactionId 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.
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
A unique ID associated with a transaction.