DirectoryAttributeCollection.Contains(DirectoryAttribute) Methode

Definitie

De Contains(DirectoryAttribute) methode bepaalt of dit DirectoryAttributeCollection object een opgegeven DirectoryAttribute object bevat.

public:
 bool Contains(System::DirectoryServices::Protocols::DirectoryAttribute ^ value);
public bool Contains(System.DirectoryServices.Protocols.DirectoryAttribute value);
member this.Contains : System.DirectoryServices.Protocols.DirectoryAttribute -> bool
Public Function Contains (value As DirectoryAttribute) As Boolean

Parameters

value
DirectoryAttribute

Het DirectoryAttribute object waarnaar moet worden gezocht.

Retouren

true als de opgegeven DirectoryAttribute deel uitmaakt van de verzameling; false anders.

Van toepassing op