|
EngineControlStatusCanVerify Property
|
This value is true if verification of the source data to the target replica data can be started; otherwise, it is false.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic bool CanVerify { get; set; }
Public Property CanVerify As Boolean
Get
Set
public:
property bool CanVerify {
bool get ();
void set (bool value);
}
function get_CanVerify();
function set_CanVerify(value);
Property Value
Type:
Boolean if verification can be performed; otherwise,
.
See Also