|
VerificationStepCanFix Property |
This value is true if Double-Take can automatically fix the validation item; otherwise, it is false.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.1.0.599
Syntaxpublic bool CanFix { get; set; }Public Property CanFix As Boolean
Get
Set
public:
property bool CanFix {
bool get ();
void set (bool value);
}function get_CanFix();
function set_CanFix(value);
Property Value
Type:
Boolean if this step can be fixed; otherwise,
.
See Also