StorePackageUpdate.Package Property

Definition

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.

Applies to

See also