|
FullServerTestFailoverOptionsTestFailoverServerAddress Property
|
The test failover server address to use for the replication service connection
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic string TestFailoverServerAddress { get; set; }
Public Property TestFailoverServerAddress As String
Get
Set
public:
property String^ TestFailoverServerAddress {
String^ get ();
void set (String^ value);
}
function get_TestFailoverServerAddress();
function set_TestFailoverServerAddress(value);
Property Value
Type:
String
See Also