 | ConnectionConfigurationModelSourceRoute Property |
Gets or sets the source endpoint used by the target for this connection.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic string SourceRoute { get; set; }
Public Property SourceRoute As String
Get
Set
public:
property String^ SourceRoute {
String^ get ();
void set (String^ value);
}
member SourceRoute : string with get, set
Property Value
Type:
String
Remarks
The address is specified in the format: [address]:[port]
See Also