TrustRelationshipInformationCollection.Contains 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.
Bepaalt of het opgegeven TrustRelationshipInformation object is opgenomen in deze verzameling.
public:
bool Contains(System::DirectoryServices::ActiveDirectory::TrustRelationshipInformation ^ information);
public bool Contains(System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation information);
member this.Contains : System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation -> bool
Public Function Contains (information As TrustRelationshipInformation) As Boolean
Parameters
- information
- TrustRelationshipInformation
Het TrustRelationshipInformation object waarnaar moet worden gezocht in deze verzameling.
Retouren
true als het opgegeven object zich in deze verzameling bevindt; anders, false.
Uitzonderingen
information is null.