adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / JobExecutionTimes Class / JobQueueName Property


In This Topic
    JobQueueName Property (JobExecutionTimes)
    In This Topic
    The name of the Queue the job belongs to
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property JobQueueName As String
    [DataMember()]
    public string JobQueueName {get; set;}
    [DataMember()]
    public:
    property String^ JobQueueName {
       String^ get();
       void set (    String^ value);
    }
    See Also