UpdateSummaryCollection.AddRange Method (IUpdateSummary )
Applies To: Windows Server Update Services
Adds an array of update summary information to the end of the collection.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public void AddRange(
IUpdateSummary[] value
)
public:
void AddRange(
array<IUpdateSummary^>^ value
)
member AddRange :
value:IUpdateSummary[] -> unit
Public Sub AddRange (
value As IUpdateSummary()
)
Parameters
value
Type: Microsoft.UpdateServices.Administration.IUpdateSummary[]Array of IUpdateSummary instances to add to the collection.
Exceptions
Exception
Condition
One or more elements of the array already exist in this collection.
Neither value nor any element of the array can be null.
See Also
AddRange Overload
UpdateSummaryCollection Class
Microsoft.UpdateServices.Administration Namespace
Return to top