다음을 통해 공유


UpdateApprovalCollection.Remove Method (IUpdateApproval)

 

Applies To: Windows Server Update Services

Removes the update approval from the collection.

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

Syntax

public void Remove(
    IUpdateApproval value
)
public:
void Remove(
    IUpdateApproval^ value
)
member Remove : 
        value:IUpdateApproval -> unit
Public Sub Remove (
    value As IUpdateApproval
)

Parameters

Exceptions

Exception

Condition

ArgumentException

The update approval does not exist in the collection.

ArgumentNullException

value cannot be null.

See Also

Remove Overload
UpdateApprovalCollection Class
Microsoft.UpdateServices.Administration Namespace

Return to top