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)
Dim instance As UpdateApprovalAction
/** @attribute SerializableAttribute() */ /** @attribute 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