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)
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
/** @attribute SerializableAttribute() */ /** @attribute ComVisibleAttribute(true) */ public enum UpdateApprovalAction
SerializableAttribute ComVisibleAttribute(true) public enum UpdateApprovalAction
| Member name | Description |
|---|---|
| All | Use to query all updates, regardless of their action. |
| Install | Client installs the update. |
| NotApproved | The 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. |
| Uninstall | Client removes the update. |
Development Platforms
Target Platforms
Windows Server 2008, Windows Server 2003, Windows Server 2008 R2