AutomaticUpdateApprovalRuleCollection.AddRange Method
Applies To: Windows Server Update Services
Adds the elements of an AutomaticUpdateApprovalRuleCollection to the end of this 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(AutomaticUpdateApprovalRuleCollection) | Adds the elements of an AutomaticUpdateApprovalRuleCollection to the end of this collection. |
|
AddRange(IAutomaticUpdateApprovalRule[]) | Adds the elements of an AutomaticUpdateApprovalRuleCollection to the end of this collection. |
|
AddRange(WsusCollection) | Adds the items in the specified SusCollectionBase to the end of this collection.(Inherited from WsusCollection.) |
See Also
AutomaticUpdateApprovalRuleCollection Class
Microsoft.UpdateServices.Administration Namespace
Return to top