Click or drag to resize
VerificationStepIndex Property
This value is an index value used to impose an order to the validation items.

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

Property Value

Type: Int32
The index.
Remarks
This index can be used by job-level verifiers to impose an order to the steps being generated by the individual job aspect verifiers.
See Also