UpdateClassificationCollection.AddRange Method
Applies To: Windows Server Update Services
Adds an array of update classifications to the end of the collection.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Overload List
Name | Description | |
---|---|---|
AddRange(Array) | Adds the elements of the specified array to the end of this collection. (Inherited from WsusCollection.) |
|
AddRange(IUpdateClassification[]) | Adds an array of update classifications to the end of the collection. |
|
AddRange(UpdateClassificationCollection) | Adds the members of an update classification collection to the end of the collection. |
|
AddRange(WsusCollection) | Adds the items in the specified SusCollectionBase to the end of this collection.(Inherited from WsusCollection.) |
See Also
UpdateClassificationCollection Class
Microsoft.UpdateServices.Administration Namespace
Return to top