StoreQueueItemStatus.PackageInstallState Property

Definition

Gets a value that specifies the overall state for a package that is in the queue for the current app.

public:
 property StoreQueueItemState PackageInstallState { StoreQueueItemState get(); };
StoreQueueItemState PackageInstallState();
public StoreQueueItemState PackageInstallState { get; }
var storeQueueItemState = storeQueueItemStatus.packageInstallState;
Public ReadOnly Property PackageInstallState As StoreQueueItemState

Property Value

A value that specifies the overall state for a package that is in the queue.

Applies to