|
JobStatusCanReverse Property
|
This value is true if the job can be reversed; 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 CanReverse { get; set; }
Public Property CanReverse As Boolean
Get
Set
public:
property bool CanReverse {
bool get ();
void set (bool value);
}
function get_CanReverse();
function set_CanReverse(value);
Property Value
Type:
Boolean if this job can currently be reversed; otherwise,
.
See Also