StoreUninstallStorePackageResult.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.
Gets the status of the package uninstall request.
public:
property StoreUninstallStorePackageStatus Status { StoreUninstallStorePackageStatus get(); };
StoreUninstallStorePackageStatus Status();
public StoreUninstallStorePackageStatus Status { get; }
var storeUninstallStorePackageStatus = storeUninstallStorePackageResult.status;
Public ReadOnly Property Status As StoreUninstallStorePackageStatus
Property Value
The status of the package uninstall request.