 | 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.6.5.0 (0.6.5.0)
Syntaxpublic Uri TestFailoverServerHostUri { get; set; }
Public Property TestFailoverServerHostUri As Uri
Get
Set
public:
property Uri^ TestFailoverServerHostUri {
Uri^ get ();
void set (Uri^ value);
}
member TestFailoverServerHostUri : Uri with get, set
Property Value
Type:
UriThe testfailover server host URI.
Remarks
This property serves as a replacement for the deprecated SourceConnectionParameters
property.
See Also