DirectoryAttributeModificationCollection.Add Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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
- attribute
- DirectoryAttributeModification
De DirectoryAttributeModification te toevoegen.
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).