Share via


UpdateApprovalCollection.AddRange Method (UpdateApprovalCollection)

 

Applies To: Windows Server Update Services

Adds the members of an update approval collection to the end of the collection.

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

Syntax

public void AddRange(
    UpdateApprovalCollection value
)
public:
void AddRange(
    UpdateApprovalCollection^ value
)
member AddRange : 
        value:UpdateApprovalCollection -> unit
Public Sub AddRange (
    value As UpdateApprovalCollection
)

Parameters

Exceptions

Exception

Condition

ArgumentException

One or more members of the collection to add already exist in this collection.

ArgumentNullException

value cannot be null.

See Also

AddRange Overload
UpdateApprovalCollection Class
Microsoft.UpdateServices.Administration Namespace

Return to top