|
JobStatusCanRestore Property |
This value is true if the job can be restored; otherwise, it is false.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.1.0.599
Syntaxpublic bool CanRestore { get; set; }Public Property CanRestore As Boolean
Get
Set
public:
property bool CanRestore {
bool get ();
void set (bool value);
}function get_CanRestore();
function set_CanRestore(value);
Property Value
Type:
Boolean if this job can currently be restored; otherwise,
.
See Also