|
JobStatusCanCreateImageRecovery Property
|
This value is true if the job can be used to create an image recovery; otherwise, it is false.
This option is no longer needed.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
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