Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Windows Server Update Services
Removes the update from the collection.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public void Remove(
IUpdate value
)
public:
void Remove(
IUpdate^ value
)
member Remove :
value:IUpdate -> unit
Public Sub Remove (
value As IUpdate
)
Parameters
value
Type: Microsoft.UpdateServices.Administration.IUpdateAn IUpdate of the update to remove.
Exceptions
Exception
Condition
The update does not exist in the collection.
value cannot be null.
See Also
Remove Overload
UpdateCollection Class
Microsoft.UpdateServices.Administration Namespace
Return to top