StoreCollectionData.DeveloperOfferId 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 the developer offer ID that is associated with the product SKU.
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
Property Value
The developer offer ID that is associated with the product SKU.
Remarks
If you specified a devOfferId value in the ExtendedJsonData property of the StorePurchaseProperties object that you passed to the RequestPurchaseAsync method when you purchased the product, you can retrieve that value by using this property.