DirectoryAttributeModificationCollection.Insert Method

Definition

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

Parameters

index
Int32

The zero-based index in the collection at which to insert the DirectoryAttributeModification object.

Exceptions

value is a null reference (Nothing in Visual Basic).

index is less than zero, or index is greater than the number of elements in the DirectoryAttributeModificationCollection object.

Applies to