DirectoryAttributeModificationCollection.Add Methode

Definitie

Met Add(DirectoryAttributeModification) de methode wordt een DirectoryAttributeModification object aan de verzameling toegevoegd.

public:
 int Add(System::DirectoryServices::Protocols::DirectoryAttributeModification ^ attribute);
public int Add(System.DirectoryServices.Protocols.DirectoryAttributeModification attribute);
member this.Add : System.DirectoryServices.Protocols.DirectoryAttributeModification -> int
Public Function Add (attribute As DirectoryAttributeModification) As Integer

Parameters

Retouren

De op nul gebaseerde index in de verzameling waar de DirectoryAttributeModification index is toegevoegd.

Uitzonderingen

attribute is een null-verwijzing (Nothing in Visual Basic).

Van toepassing op