 | TunnelCreationModeltargetUri Property |
Gets or sets the target URI.
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 string targetUri { get; set; }
Public Property targetUri As String
Get
Set
public:
property String^ targetUri {
String^ get ();
void set (String^ value);
}
member targetUri : string with get, set
Property Value
Type:
String
The target URI.
Remarks
This Uri should include the credentials needed to connect with the
management service on that machine.
See Also