StoreConsumableResult.TrackingId Property

Definition

Gets the tracking ID that was submitted with the ReportConsumableFulfillmentAsync request.

public:
 property Platform::Guid TrackingId { Platform::Guid get(); };
winrt::guid TrackingId();
public Guid TrackingId { get; }
var guid = storeConsumableResult.trackingId;
Public ReadOnly Property TrackingId As Guid

Property Value

Guid

Platform::Guid

winrt::guid

The tracking ID that was submitted with the ReportConsumableFulfillmentAsync request.

Remarks

For more information about the tracking ID, see ReportConsumableFulfillmentAsync.

Applies to