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
System_CAPS_pubmethod AutomaticUpdateApprovalDeadline()

Initializes a new instance of the AutomaticUpdateApprovalDeadline class, setting all properties to a default value of 0.

System_CAPS_pubmethod 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
System_CAPS_pubproperty DayOffset

Gets a value indicating how many days in the future to set the deadline.

System_CAPS_pubproperty MinutesAfterMidnight

Gets a value indicating how many minutes after midnight to set the time of the deadline.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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