StorePackageUpdate.Package 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 package that has an update available for download from the Microsoft Store.
public:
property Package ^ Package { Package ^ get(); };
Package Package();
public Package Package { get; }
var package = storePackageUpdate.package;
Public ReadOnly Property Package As Package
Property Value
An object that represents the package that has an update available.
Remarks
For more information about using this property, including a code example, see Download and install package updates for your app.