StoreCollectionData.DeveloperOfferId Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’ID d’offre de développeur associé à la référence SKU du produit.
public:
property Platform::String ^ DeveloperOfferId { Platform::String ^ get(); };
winrt::hstring DeveloperOfferId();
public string DeveloperOfferId { get; }
var string = storeCollectionData.developerOfferId;
Public ReadOnly Property DeveloperOfferId As String
Valeur de propriété
ID d’offre de développeur associé à la référence SKU du produit.
Remarques
Si vous avez spécifié une valeur devOfferId dans la propriété ExtendedJsonData de l’objet StorePurchaseProperties que vous avez passé à la méthode RequestPurchaseAsync lorsque vous avez acheté le produit, vous pouvez récupérer cette valeur à l’aide de cette propriété.