PurchaseResults.OfferId Property

Definition

A unique ID used to identify a specific in-app product within a large catalog.

public:
 property Platform::String ^ OfferId { Platform::String ^ get(); };
winrt::hstring OfferId();
public string OfferId { get; }
var string = purchaseResults.offerId;
Public ReadOnly Property OfferId As String

Property Value

String

Platform::String

winrt::hstring

Unique string used to identify a particular in-app product with a large catalog.

Applies to