AutomaticUpdateApprovalDeadline Class
Applies To: Windows Server Update Services
Specifies when to set a deadline for an auto-approval rule. This time is based on the local time of the database on which WSUS is installed.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Inheritance Hierarchy
System.Object
Microsoft.UpdateServices.Administration.AutomaticUpdateApprovalDeadline
Syntax
[SerializableAttribute]
[GuidAttribute("5CFF82DF-FD9D-4325-841E-90EB39D3DFDC")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[ComVisibleAttribute(true)]
public class AutomaticUpdateApprovalDeadline
[SerializableAttribute]
[GuidAttribute("5CFF82DF-FD9D-4325-841E-90EB39D3DFDC")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[ComVisibleAttribute(true)]
public ref class AutomaticUpdateApprovalDeadline
[<SerializableAttribute>]
[<GuidAttribute("5CFF82DF-FD9D-4325-841E-90EB39D3DFDC")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<ComVisibleAttribute(true)>]
type AutomaticUpdateApprovalDeadline = class end
<SerializableAttribute>
<GuidAttribute("5CFF82DF-FD9D-4325-841E-90EB39D3DFDC")>
<ClassInterfaceAttribute(ClassInterfaceType.None)>
<ComVisibleAttribute(True)>
Public Class AutomaticUpdateApprovalDeadline
Constructors
Name | Description | |
---|---|---|
AutomaticUpdateApprovalDeadline() | Initializes a new instance of the AutomaticUpdateApprovalDeadline class, setting all properties to a default value of 0. |
|
AutomaticUpdateApprovalDeadline(Int16, Int16) | Initializes a new instance of the AutomaticUpdateApprovalDeadline class, accepting as parameters the values used to initialize the DayOffset and MinutesAfterMidnight properties. |
Properties
Name | Description | |
---|---|---|
DayOffset | Gets a value indicating how many days in the future to set the deadline. |
|
MinutesAfterMidnight | Gets a value indicating how many minutes after midnight to set the time of the deadline. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top