StoreLicense.InAppOfferToken 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.
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
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.