AppInstallStatus.InstallState Property

Definition

Gets the installation state of the current app.

public:
 property AppInstallState InstallState { AppInstallState get(); };
AppInstallState InstallState();
public AppInstallState InstallState { get; }
var appInstallState = appInstallStatus.installState;
Public ReadOnly Property InstallState As AppInstallState

Property Value

A value that specifies the installation state of the current app.

Windows requirements

App capabilities
runFullTrust

Applies to