StoreQueueItemStatus.UpdateStatus Property

Definition

Gets a value that specifies the update status for a package that is in the queue for the current app.

public:
 property StorePackageUpdateStatus UpdateStatus { StorePackageUpdateStatus get(); };
StorePackageUpdateStatus UpdateStatus();
public StorePackageUpdateStatus UpdateStatus { get; }
var storePackageUpdateStatus = storeQueueItemStatus.updateStatus;
Public ReadOnly Property UpdateStatus As StorePackageUpdateStatus

Property Value

A value that specifies the update status for a package that is in the queue.

Applies to