Share via


SystemUpdateItem Class

Definition

Describes the update bundle's properties and status.

[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.SystemManagementContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class SystemUpdateItem
Inheritance
Object SystemUpdateItem
Attributes

Windows requirements

Device family
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.System.SystemManagementContract (introduced in v6.0)

Remarks

Supports Windows 10 IoT Core 2019 Only

Properties

Description

Describes the contents of the SystemUpdateItem.

DownloadProgress

Download progress percentage.

ExtendedError

Extended error information, if available.

Id

A unique identifer which identifies this update item.

InstallProgress

Install progress percentage.

Revision

The revision number of the update bundle. Starts at 1 and increases if revisions are made to the original update bundle.

State

State of the current update item.

Title

Title of the update item.

Applies to

Product Versions
WinRT Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100

See also