|
JobStatusCanCreateImageRecovery Property |
This value is true if the job can be used to create an image recovery; otherwise, it is false.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic bool CanCreateImageRecovery { get; set; }
Public Property CanCreateImageRecovery As Boolean
Get
Set
public:
property bool CanCreateImageRecovery {
bool get ();
void set (bool value);
}
function get_CanCreateImageRecovery();
function set_CanCreateImageRecovery(value);
Property Value
Type:
Boolean if this job can currently be used to create an image recovery; otherwise,
.
See Also