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


In This Topic
    GroupCount Property
    In This Topic
    The number of child groups in this group (not including groups in sub-groups)
    Syntax
    'Declaration
     
    
    Public ReadOnly Property GroupCount As Integer
    public int GroupCount {get;}
    public:
    property int GroupCount {
       int get();
    }
    Remarks
    This is the total number of groups in the group, regardless of whether the user has permission to view them. See VisibleGroupCount for the number of groups that are visible to the user.
    See Also