Expand Minimize
This topic has not yet been rated - Rate this topic

UpdateApprovalAction Enumeration

Defines constants that indicate the action a client performs when applying the update.


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

[SerializableAttribute] 
[ComVisibleAttribute(true)] 
public enum UpdateApprovalAction
/** @attribute SerializableAttribute() */ 
/** @attribute ComVisibleAttribute(true) */ 
public enum UpdateApprovalAction
SerializableAttribute 
ComVisibleAttribute(true) 
public enum UpdateApprovalAction
Member nameDescription
AllUse to query all updates, regardless of their action.
InstallClient installs the update.
NotApprovedThe Update will not be available for clients. This value can be used in a simple targeting ComputerTargetGroup to "override" a UpdateApproval made to the "All Computers" ComputerTargetGroup.
UninstallClient removes the update.

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.