Package.Status Property

Definition

Get the current status of the package for the user.

public:
 property PackageStatus ^ Status { PackageStatus ^ get(); };
PackageStatus Status();
public PackageStatus Status { get; }
var packageStatus = package.status;
Public ReadOnly Property Status As PackageStatus

Property Value

The current status of the package for the user.

Applies to

See also