AutomaticUpdateApprovalRuleCollection.CopyTo Method
Applies To: Windows Server Update Services
Copies an entire collection of values to a one-dimensional array.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Overload List
Name | Description | |
---|---|---|
CopyTo(Array, Int32) | Copies the entire collection of values to a one-dimensional array, starting at the specified index of the target array.(Inherited from WsusCollection.) |
|
CopyTo(IAutomaticUpdateApprovalRule[], Int32) | Copies the entire AutomaticUpdateApprovalRuleCollection to a one-dimensional array of IAutomaticUpdateApprovalRule objects, starting at the specified index of the target array. |
See Also
AutomaticUpdateApprovalRuleCollection Class
Microsoft.UpdateServices.Administration Namespace
Return to top