UpdateCategoryCollection.Remove Method (IUpdateCategory)
Applies To: Windows Server Update Services
Removes the product category from the collection.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public void Remove(
IUpdateCategory value
)
public:
void Remove(
IUpdateCategory^ value
)
member Remove :
value:IUpdateCategory -> unit
Public Sub Remove (
value As IUpdateCategory
)
Parameters
value
Type: Microsoft.UpdateServices.Administration.IUpdateCategoryAn IUpdateCategory of the category to remove.
Exceptions
Exception
Condition
The category does not exist in the collection.
value cannot be null.
See Also
Remove Overload
UpdateCategoryCollection Class
Microsoft.UpdateServices.Administration Namespace
Return to top