Share via


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

Exceptions

Exception

Condition

ArgumentException

The category does not exist in the collection.

ArgumentNullException

value cannot be null.

See Also

Removeā€‚Overload
UpdateCategoryCollection Class
Microsoft.UpdateServices.Administration Namespace

Return to top