WindowsUpdateAttentionRequiredInfo Class

Definition

Represents a tuple of a WindowsUpdateAttentionRequiredReason and a timestamp.

public ref class WindowsUpdateAttentionRequiredInfo sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Management.Update.WindowsUpdateContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WindowsUpdateAttentionRequiredInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Management.Update.WindowsUpdateContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WindowsUpdateAttentionRequiredInfo
Public NotInheritable Class WindowsUpdateAttentionRequiredInfo
Inheritance
Object Platform::Object IInspectable WindowsUpdateAttentionRequiredInfo
Attributes

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.23504.0)
API contract
Windows.Management.Update.WindowsUpdateContract (introduced in v1.0)

Properties

Reason

Gets a value indicating the specific reason that attention is required for an update that was blocked from proceeding.

Timestamp

Gets the timestamp at which an update was blocked due to needing additional attention.

Applies to