CurrentStepRestartLimit Property
In This Topic
The maximum number of times the step will be restarted
Syntax
'Declaration
Public ReadOnly Property CurrentStepRestartLimit As Integer
public int CurrentStepRestartLimit {get;}
public:
property int CurrentStepRestartLimit {
int get();
}
See Also