|
TestFailoverServerCredentialTestFailoverServerHostUri Property |
Gets or sets the testfailover server host URI.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.1.0.599
Syntaxpublic Uri TestFailoverServerHostUri { get; set; }Public Property TestFailoverServerHostUri As Uri
Get
Set
public:
property Uri^ TestFailoverServerHostUri {
Uri^ get ();
void set (Uri^ value);
}function get_TestFailoverServerHostUri();
function set_TestFailoverServerHostUri(value);
Property Value
Type:
UriThe testfailover server host URI.
Remarks
This property serves as a replacement for the deprecated SourceConnectionParameters
property.
See Also