TotalExecutions Property (JobStatus)
In This Topic
Total number of times the job has been executed
Syntax
'Declaration
Public ReadOnly Property TotalExecutions As Integer
public int TotalExecutions {get;}
public:
property int TotalExecutions {
int get();
}
See Also