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