Click or drag to resize
TestFailoverServerCredentialModelTestFailoverServerHostUri Property
Gets or sets the testfailover server host URI.

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntax
public Uri TestFailoverServerHostUri { get; set; }

Property Value

Type: Uri
The testfailover server host URI.
Remarks
This property serves as a replacement for the deprecated SourceConnectionParameters property.
See Also