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