Share via


ComputerTargetGroupCollection.AddRange Method

 

Applies To: Windows Server Update Services

Adds the elements of an array of IComputerTargetGroup objects to the end of the collection.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Overload List

Name Description
System_CAPS_protmethod AddRange(Array)

Adds the elements of the specified array to the end of this collection. (Inherited from WsusCollection.)

System_CAPS_pubmethod AddRange(ComputerTargetGroupCollection)

Adds the members of a ComputerTargetGroupCollection to the end of this collection.

System_CAPS_pubmethod AddRange(IComputerTargetGroup[])

Adds the elements of an array of IComputerTargetGroup objects to the end of the collection.

System_CAPS_protmethod AddRange(WsusCollection)

Adds the items in the specified SusCollectionBase to the end of this collection.(Inherited from WsusCollection.)

See Also

ComputerTargetGroupCollection Class
Microsoft.UpdateServices.Administration Namespace

Return to top