StoreConsumableResult.TrackingId 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 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
The tracking ID that was submitted with the ReportConsumableFulfillmentAsync request.
Remarks
For more information about the tracking ID, see ReportConsumableFulfillmentAsync.