ApprovedStates Enumeration

 

Applies To: Windows Server Update Services

Indicates whether or not an update is approved or declined. These flags can be used to retrieve updates in the specified state.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

[SerializableAttribute]
[ComVisibleAttribute(true)]
[FlagsAttribute]
public enum ApprovedStates
[SerializableAttribute]
[ComVisibleAttribute(true)]
[FlagsAttribute]
public enum class ApprovedStates
[<SerializableAttribute>]
[<ComVisibleAttribute(true)>]
[<FlagsAttribute>]
type ApprovedStates
<SerializableAttribute>
<ComVisibleAttribute(True)>
<FlagsAttribute>
Public Enumeration ApprovedStates

Members

Member name Description
Any

Includes all updates, regardless of whether they are approved, declined, or not approved.

Declined

Includes updates that have been declined.

HasStaleUpdateApprovals

Includes updates that have an approval on a revision that is not the latest revision.

LatestRevisionApproved

Includes updates whose latest revision is approved.

NotApproved

Includes updates that have not been approved or declined.

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top