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