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