DirectoryServer.GetAllReplicationNeighbors Method

Definition

Retrieves all of the replication neighbors for this object.

public:
 abstract System::DirectoryServices::ActiveDirectory::ReplicationNeighborCollection ^ GetAllReplicationNeighbors();
public abstract System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection GetAllReplicationNeighbors ();
abstract member GetAllReplicationNeighbors : unit -> System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection
Public MustOverride Function GetAllReplicationNeighbors () As ReplicationNeighborCollection

Returns

An ReplicationNeighborCollection object that contains the replication neighbors for this object.

Applies to

See also