ActiveDirectorySubnetCollection.Insert(Int32, ActiveDirectorySubnet) Method

Definition

Inserts the specified ActiveDirectorySubnet object into this collection at the specified index.

public:
 void Insert(int index, System::DirectoryServices::ActiveDirectory::ActiveDirectorySubnet ^ subnet);
public void Insert (int index, System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet subnet);
member this.Insert : int * System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet -> unit
Public Sub Insert (index As Integer, subnet As ActiveDirectorySubnet)

Parameters

index
Int32

The zero-based index in this collection where the object is inserted.

subnet
ActiveDirectorySubnet

The ActiveDirectorySubnet object to insert into this collection.

Exceptions

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

The object already exists in the collection.

subnet is null.

The index specified is out of range of the collection.

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

Applies to

See also