SearchResultAttributeCollection.Contains(String) Methode

Definitie

De Contains(String) methode bepaalt of de verzameling de opgegeven attributeNamebevat.

public:
 bool Contains(System::String ^ attributeName);
public bool Contains(string attributeName);
member this.Contains : string -> bool
Public Function Contains (attributeName As String) As Boolean

Parameters

attributeName
String

De naam van het kenmerk dat moet worden gevonden.

Retouren

true als de verzameling attributeName bevat of false als dit niet het geval is.

Uitzonderingen

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

Van toepassing op