 | TunnelInfoModelRemoteUri Property |
Gets or sets the target Uri. Normally, this should have the address and port
of the Rest interface of the remote machine. The username and password should
allow for Admin access on the remote machine.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.3.0.0 (8.3.0.0)
Syntaxpublic Uri RemoteUri { get; set; }
Public Property RemoteUri As Uri
Get
Set
public:
property Uri^ RemoteUri {
Uri^ get ();
void set (Uri^ value);
}
member RemoteUri : Uri with get, set
Property Value
Type:
Uri
The target.
See Also