|
EngineControlStatusCanResumeTransmission Property |
This value is true if transmission 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 CanResumeTransmission { get; set; }
Public Property CanResumeTransmission As Boolean
Get
Set
public:
property bool CanResumeTransmission {
bool get ();
void set (bool value);
}
function get_CanResumeTransmission();
function set_CanResumeTransmission(value);
Property Value
Type:
Boolean if transmission can be resumed; otherwise,
.
See Also