JobCount Property (JobGroup)
In This Topic
The number of jobs in the group (not including jobs in sub-groups)
Syntax
'Declaration
Public ReadOnly Property JobCount As Integer
public int JobCount {get;}
public:
property int JobCount {
int get();
}
See Also