StoreCollectionData.DeveloperOfferId Property

Definition

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

String

Platform::String

winrt::hstring

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.

Applies to