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

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.1.0.599
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