|
JobStatusCanFailover Property
|
This value is true if the job can be failed over; otherwise, it is false.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic bool CanFailover { get; set; }
Public Property CanFailover As Boolean
Get
Set
public:
property bool CanFailover {
bool get ();
void set (bool value);
}
function get_CanFailover();
function set_CanFailover(value);
Property Value
Type:
Boolean if this job can currently be failed over; otherwise,
.
See Also