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


In This Topic
    JobQueue Property (QueueAgentJoin)
    In This Topic
    The JobQueue this link belongs to
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property JobQueue As JobQueue
    [CanBeNull()]
    public JobQueue JobQueue {get; set;}
    [CanBeNull()]
    public:
    property JobQueue^ JobQueue {
       JobQueue^ get();
       void set (    JobQueue^ value);
    }
    See Also