|
JobStatusCanUndoFailover Property
|
This value is true if the failover of the job can be undone; 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 CanUndoFailover { get; set; }
Public Property CanUndoFailover As Boolean
Get
Set
public:
property bool CanUndoFailover {
bool get ();
void set (bool value);
}
function get_CanUndoFailover();
function set_CanUndoFailover(value);
Property Value
Type:
Boolean if the failover of this job can be currently undone; otherwise,
.
See Also