ReplicationNeighborCollection.Contains(ReplicationNeighbor) Methode

Definitie

Bepaalt of het opgegeven ReplicationNeighbor object zich in deze verzameling bevindt.

public:
 bool Contains(System::DirectoryServices::ActiveDirectory::ReplicationNeighbor ^ neighbor);
public bool Contains(System.DirectoryServices.ActiveDirectory.ReplicationNeighbor neighbor);
member this.Contains : System.DirectoryServices.ActiveDirectory.ReplicationNeighbor -> bool
Public Function Contains (neighbor As ReplicationNeighbor) As Boolean

Parameters

neighbor
ReplicationNeighbor

Het ReplicationNeighbor object waarnaar moet worden gezocht in deze verzameling.

Retouren

trueals het ReplicationNeighbor object zich in deze verzameling bevindt, anders. false

Uitzonderingen

neighbor is null.

Van toepassing op

Zie ook