adTempus API
ArcanaDevelopment.adTempus.ApplicationIntegration Namespace / IScriptParameters Interface / JobQueueName Property


In This Topic
    JobQueueName Property (IScriptParameters)
    In This Topic
    The name of the queue to which the group is assigned.
    Syntax
    'Declaration
     
    
    ReadOnly Property JobQueueName As String
    string JobQueueName {get;}
    property String^ JobQueueName {
       String^ get();
    }
    See Also