TotalTime Property (JobAgentJoin)
In This Topic
Total time (in seconds) of all executions for this job.
Syntax
'Declaration
Public ReadOnly Property TotalTime As Integer
public int TotalTime {get;}
public:
property int TotalTime {
int get();
}
See Also