 | 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.2.0.814 (8.2.0.814)
Syntaxpublic string TargetRoute { get; set; }
Public Property TargetRoute As String
Get
Set
public:
property String^ TargetRoute {
String^ get ();
void set (String^ value);
}
member TargetRoute : string with get, set
Property Value
Type:
String
Remarks
The address is specified in the format: [address]:[port]
See Also