Click or drag to resize
ConnectionConfigurationModelTargetRoute Property
Gets or sets the target endpoint used by the source for this connection.

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntax
public string TargetRoute { get; set; }

Property Value

Type: String
Remarks
The address is specified in the format: [address]:[port]
See Also