ActiveDirectorySubnetCollection.AddRange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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[])
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)
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.