StoreLicense.InAppOfferToken Proprietà

Definizione

Ottiene l'ID prodotto per il componente aggiuntivo.

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

Valore della proprietà

String

Platform::String

winrt::hstring

Token dell'offerta in-app per il componente aggiuntivo, se esiste un token.

Commenti

Questa proprietà restituisce l'ID prodotto assegnato al componente aggiuntivo quando è stato inviato il componente aggiuntivo nel Centro per i partner. Per altre informazioni, vedere Come usare gli ID prodotto per i componenti aggiuntivi nel codice.

Si applica a