|
FullServerTestFailoverOptionsTestFailoverServerReservedAddress Property
|
IP address that will remain on the test failover server after a test failover
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic string TestFailoverServerReservedAddress { get; set; }
Public Property TestFailoverServerReservedAddress As String
Get
Set
public:
property String^ TestFailoverServerReservedAddress {
String^ get ();
void set (String^ value);
}
function get_TestFailoverServerReservedAddress();
function set_TestFailoverServerReservedAddress(value);
Property Value
Type:
String
See Also