StorePackageUpdateResult.OverallState 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 state of the completed package update request.
public:
property StorePackageUpdateState OverallState { StorePackageUpdateState get(); };
StorePackageUpdateState OverallState();
public StorePackageUpdateState OverallState { get; }
var storePackageUpdateState = storePackageUpdateResult.overallState;
Public ReadOnly Property OverallState As StorePackageUpdateState
Property Value
A value that indicates the state of the completed package update request.