PackageUserInformation.InstallState Property

Definition

Gets the install state of the Package for the user.

public:
 property PackageInstallState InstallState { PackageInstallState get(); };
PackageInstallState InstallState();
public PackageInstallState InstallState { get; }
var packageInstallState = packageUserInformation.installState;
Public ReadOnly Property InstallState As PackageInstallState

Property Value

One of the enumeration values.

Applies to

See also