|
EngineControlStatusCanResumeTarget Property |
This value is true if the target can be resumed; 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 CanResumeTarget { get; set; }
Public Property CanResumeTarget As Boolean
Get
Set
public:
property bool CanResumeTarget {
bool get ();
void set (bool value);
}
function get_CanResumeTarget();
function set_CanResumeTarget(value);
Property Value
Type:
Boolean if the target can be resumed; otherwise,
.
See Also