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.2.0.814
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