DirectoryAttributeCollection.Remove(DirectoryAttribute) Methode

Definitie

Met Remove(DirectoryAttribute) de methode wordt het eerste exemplaar van het opgegeven DirectoryAttribute object uit de verzameling verwijderd.

public:
 void Remove(System::DirectoryServices::Protocols::DirectoryAttribute ^ value);
public void Remove(System.DirectoryServices.Protocols.DirectoryAttribute value);
member this.Remove : System.DirectoryServices.Protocols.DirectoryAttribute -> unit
Public Sub Remove (value As DirectoryAttribute)

Parameters

value
DirectoryAttribute

Het DirectoryAttribute object dat moet worden verwijderd.

Opmerkingen

Exceptions

Exception Condition
NotSupportedException DirectoryAttributeCollection is alleen-lezen of heeft een vaste grootte.

Van toepassing op