ReadOnlyDirectoryServerCollection.Contains(DirectoryServer) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if the specified DirectoryServer object is in this collection.
public:
bool Contains(System::DirectoryServices::ActiveDirectory::DirectoryServer ^ directoryServer);
public bool Contains (System.DirectoryServices.ActiveDirectory.DirectoryServer directoryServer);
member this.Contains : System.DirectoryServices.ActiveDirectory.DirectoryServer -> bool
Public Function Contains (directoryServer As DirectoryServer) As Boolean
Parameters
- directoryServer
- DirectoryServer
The DirectoryServer object to search for in this collection.
Returns
true
if the DirectoryServer object is in this collection; otherwise, false
.
Exceptions
directoryServer
is null
.