UpdateApprovalState Enumeration
Applies To: Windows Server Update Services
Defines constants the indicate the current state of an approval.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum UpdateApprovalState
[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum class UpdateApprovalState
[<SerializableAttribute>]
[<ComVisibleAttribute(true)>]
type UpdateApprovalState
<SerializableAttribute>
<ComVisibleAttribute(True)>
Public Enumeration UpdateApprovalState
Members
Member name | Description | |
---|---|---|
Active | The WSUS server has successfully downloaded the update and the update is ready to be installed. |
|
Pending | The WSUS server is downloading the update. When the download is complete, the approval state will switch to Active. |
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top