|
JobOptionsFullServerTestFailoverOptions Property
|
This value represents the testfailover options for full server jobs.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic FullServerTestFailoverOptions FullServerTestFailoverOptions { get; set; }
Public Property FullServerTestFailoverOptions As FullServerTestFailoverOptions
Get
Set
public:
property FullServerTestFailoverOptions^ FullServerTestFailoverOptions {
FullServerTestFailoverOptions^ get ();
void set (FullServerTestFailoverOptions^ value);
}
function get_FullServerTestFailoverOptions();
function set_FullServerTestFailoverOptions(value);
Property Value
Type:
FullServerTestFailoverOptions
The testfailover options for full server failover jobs.
See Also