UpdateCollection.Remove Method (IUpdate)
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