WindowsUpdate.Deadline Property

Definition

Gets the underlying deadline associated with the WindowsUpdate object.

public:
 property IReference<DateTime> ^ Deadline { IReference<DateTime> ^ get(); };
IReference<DateTime> Deadline();
public System.Nullable<System.DateTimeOffset> Deadline { get; }
var iReference = windowsUpdate.deadline;
Public ReadOnly Property Deadline As Nullable(Of DateTimeOffset)

Property Value

The underlying deadline associated with the WindowsUpdate object.

Remarks

The deadline for an update is a specific time that it should be installed by, and will influence how aggressive USO is in ensuring that the update is downloaded and installed in order to meet the deadline.

Applies to