DirectoryServer.InboundConnections Property

Definition

Retrieves the inbound replication connections for this directory server.

public:
 abstract property System::DirectoryServices::ActiveDirectory::ReplicationConnectionCollection ^ InboundConnections { System::DirectoryServices::ActiveDirectory::ReplicationConnectionCollection ^ get(); };
public abstract System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection InboundConnections { get; }
member this.InboundConnections : System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection
Public MustOverride ReadOnly Property InboundConnections As ReplicationConnectionCollection

Property Value

A ReplicationConnectionCollection object that contains the inbound replication connections for this directory server.

Applies to