ReplicationConnection.DestinationServer Property

Definition

Gets the DNS name of the server that is the destination of this replication connection.

public:
 property System::String ^ DestinationServer { System::String ^ get(); };
public string DestinationServer { get; }
member this.DestinationServer : string
Public ReadOnly Property DestinationServer As String

Property Value

A string that contains the DNS name of the server that is the destination of this replication connection.

Exceptions

The current object has been disposed.

Applies to