CurrentStepRestartCount Property
In This Topic
Indicates the number of times the current step has been restarted
Syntax
'Declaration
Public ReadOnly Property CurrentStepRestartCount As Integer
public int CurrentStepRestartCount {get;}
public:
property int CurrentStepRestartCount {
int get();
}
See Also