StoreQueueItemStatus.UpdateStatus 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 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.