IUpdateApproval.Deadline Property
Applies To: Windows Server Update Services
Gets the date by when the client will be forced to apply the update.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
DateTime Deadline { get; }
property DateTime Deadline {
DateTime get();
}
abstract Deadline : DateTime with get
ReadOnly Property Deadline As Date
Property Value
Type: System.DateTime
DateTime by when the client will be forced to apply the update. DateTIme.MaxValue indicates that there is no deadline. The date is in Coordinated Universal Time. The deadline applies only if the Action is Install or Uninstall.
See Also
IUpdateApproval Interface
Microsoft.UpdateServices.Administration Namespace
Return to top