AppInstallItem.InstallType Property

Definition

Gets the type of the current app install.

public:
 property AppInstallType InstallType { AppInstallType get(); };
AppInstallType InstallType();
public AppInstallType InstallType { get; }
var appInstallType = appInstallItem.installType;
Public ReadOnly Property InstallType As AppInstallType

Property Value

A value that indicates whether the app is being installed, updated, or repaired.

Windows requirements

App capabilities
runFullTrust

Applies to