UpdateScope.UpdateApprovalActions Property
Applies To: Windows Server Update Services
Gets or sets the update approval actions to search for. An update will be included only if it is approved to at least one computer target group for one of the specified approval actions. This value may be a combination of any number of values from UpdateApprovalActions. Defaults to All.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public UpdateApprovalActions UpdateApprovalActions { get; set; }
public:
property UpdateApprovalActions UpdateApprovalActions {
UpdateApprovalActions get();
void set(UpdateApprovalActions value);
}
member UpdateApprovalActions : UpdateApprovalActions with get, set
Public Property UpdateApprovalActions As UpdateApprovalActions
Property Value
Type: Microsoft.UpdateServices.Administration.UpdateApprovalActions
The update approval actions to search for. An update will be included only if it is approved to at least one computer target group for one of the specified approval actions. This value may be a combination of any number of values from UpdateApprovalActions. Defaults to All.
See Also
UpdateScope Class
Microsoft.UpdateServices.Administration Namespace
Return to top