Click or drag to resize
VerificationStepCanFix Property
This value is true if Double-Take can automatically fix the validation item; otherwise, it is false.

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public bool CanFix { get; set; }

Property Value

Type: Boolean
if this step can be fixed; otherwise, .
See Also