Expand Minimize
1 out of 1 rated this helpful - Rate this topic

ApprovedStates Enumeration

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


Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
'Usage
Dim instance As ApprovedStates

[SerializableAttribute] 
[ComVisibleAttribute(true)] 
[FlagsAttribute] 
public enum ApprovedStates
/** @attribute SerializableAttribute() */ 
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute FlagsAttribute() */ 
public enum ApprovedStates
SerializableAttribute 
ComVisibleAttribute(true) 
FlagsAttribute 
public enum ApprovedStates
Member nameDescription
AnyIncludes all updates, regardless of whether they are approved, declined, or not approved.
DeclinedIncludes updates that have been declined.
HasStaleUpdateApprovalsIncludes updates that have an approval on a revision that is not the latest revision.
LatestRevisionApprovedIncludes updates whose latest revision is approved.
NotApprovedIncludes updates that have not been approved or declined.

Development Platforms

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Server 2008 R2



Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.