WindowsUpdate.Deadline 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 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.