adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobQueue Class / VisibleJobCount Property

In This Topic
    VisibleJobCount Property (JobQueue)
    In This Topic
    Gets the number of jobs in this queue (not including jobs in sub-queues) that are visible to the user, based on security settings
    Syntax
    'Declaration
     
    
    Public ReadOnly Property VisibleJobCount As Nullable(Of Integer)
    public Nullable<int> VisibleJobCount {get;}
    See Also