ActiveDirectorySchemaPropertyCollection.Insert Method

Definition

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

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

Parameters

index
Int32

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

schemaProperty
ActiveDirectorySchemaProperty

The ActiveDirectorySchemaProperty object to insert into this collection.

Exceptions

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

The object already exists in this collection.

site is null.

The schemaProperty specified is out of range of the collection.

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

Applies to

See also