|
VerificationStepIndex Property
|
This value is an index value used to impose an order to the validation items.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic int Index { get; set; }
Public Property Index As Integer
Get
Set
public:
property int Index {
int get ();
void set (int value);
}
function get_Index();
function set_Index(value);
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