Package.Status Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.