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;}
    public:
    property Nullable<int> VisibleJobCount {
       Nullable<int> get();
    }
    See Also