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


In This Topic
    HoldType Property (JobQueue)
    In This Topic
    The hold type for the queue
    Syntax
    'Declaration
     
    
    Public Property HoldType As HoldType
    public HoldType HoldType {get; set;}
    public:
    property HoldType HoldType {
       HoldType get();
       void set (    HoldType value);
    }
    Remarks
    The queue's HoldType applies to all jobs within the queue.
    See Also