IUpdateApproval.Action Property

 

Applies To: Windows Server Update Services

Gets the action that the client performs when applying the update.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

UpdateApprovalAction Action { get; }
property UpdateApprovalAction Action {
    UpdateApprovalAction get();
}
abstract Action : UpdateApprovalAction with get
ReadOnly Property Action As UpdateApprovalAction

Property Value

Type: Microsoft.UpdateServices.Administration.UpdateApprovalAction

The action the client performs when applying the update, for example installing or removing the update. For a list of possible values, see UpdateApprovalAction.

See Also

IUpdateApproval Interface
Microsoft.UpdateServices.Administration Namespace

Return to top