StoreLicense.InAppOfferToken Property

Definition

Gets in the product ID for the add-on.

public:
 property Platform::String ^ InAppOfferToken { Platform::String ^ get(); };
winrt::hstring InAppOfferToken();
public string InAppOfferToken { get; }
var string = storeLicense.inAppOfferToken;
Public ReadOnly Property InAppOfferToken As String

Property Value

String

Platform::String

winrt::hstring

The in-app offer token for the add-on, if a token exists.

Remarks

This property returns the product ID that you gave the add-on when you submitted the add-on in Partner Center. For more information, see How to use product IDs for add-ons in your code.

Applies to