adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobGroup Class / JobCount Property

In This Topic
    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;}
    Remarks
    This is the total number of jobs in the group, regardless of whether the user has permission to view them. See VisibleJobCount for the number of jobs that are visible to the user.
    See Also