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
value
Type: Microsoft.UpdateServices.Administration.IUpdateApprovalAn IUpdateApproval of the update approval to remove.
Exceptions
Exception
Condition
The update approval does not exist in the collection.
value cannot be null.
See Also
RemoveāOverload
UpdateApprovalCollection Class
Microsoft.UpdateServices.Administration Namespace
Return to top