ActiveDirectorySubnetCollection.AddRange Method

Definition

Adds a range of items to this collection.

Overloads

AddRange(ActiveDirectorySubnet[])

Appends the contents of the specified ActiveDirectorySubnet array to this collection.

AddRange(ActiveDirectorySubnetCollection)

Appends the contents of the specified ActiveDirectorySubnetCollection object to this collection.

AddRange(ActiveDirectorySubnet[])

Source:
ActiveDirectorySubnetCollection.cs
Source:
ActiveDirectorySubnetCollection.cs
Source:
ActiveDirectorySubnetCollection.cs

Appends the contents of the specified ActiveDirectorySubnet array to this collection.

public:
 void AddRange(cli::array <System::DirectoryServices::ActiveDirectory::ActiveDirectorySubnet ^> ^ subnets);
public void AddRange (System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet[] subnets);
member this.AddRange : System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet[] -> unit
Public Sub AddRange (subnets As ActiveDirectorySubnet())

Parameters

subnets
ActiveDirectorySubnet[]

The ActiveDirectorySubnet array that contains the objects to append to this collection.

Exceptions

A call to the underlying directory service resulted in an error.

The object already exists in the collection.

subnets is null.

The ActiveDirectorySubnet object has not yet been saved in the Active Directory Domain Services store.

See also

Applies to

AddRange(ActiveDirectorySubnetCollection)

Source:
ActiveDirectorySubnetCollection.cs
Source:
ActiveDirectorySubnetCollection.cs
Source:
ActiveDirectorySubnetCollection.cs

Appends the contents of the specified ActiveDirectorySubnetCollection object to this collection.

public:
 void AddRange(System::DirectoryServices::ActiveDirectory::ActiveDirectorySubnetCollection ^ subnets);
public void AddRange (System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection subnets);
member this.AddRange : System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection -> unit
Public Sub AddRange (subnets As ActiveDirectorySubnetCollection)

Parameters

subnets
ActiveDirectorySubnetCollection

The ActiveDirectorySubnetCollection object that contains the objects to append to this collection.

Exceptions

A call to the underlying directory service resulted in an error.

The object already exists in this collection.

subnets is null.

The ActiveDirectorySubnet object has not yet been saved in the Active Directory Domain Services store.

See also

Applies to