|
FullServerTestFailoverOptionsFailoverName Property
|
The server name to apply to the test failover server
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic string FailoverName { get; set; }
Public Property FailoverName As String
Get
Set
public:
property String^ FailoverName {
String^ get ();
void set (String^ value);
}
function get_FailoverName();
function set_FailoverName(value);
Property Value
Type:
String
RemarksTypically this would be set to the source server name if failing over the name. If not set, the test failover server name will not be changed.
See Also