adTempus API
ArcanaDevelopment.adTempus.Client Namespace / LogMessage Class / JobQueueName Property


In This Topic
    JobQueueName Property (LogMessage)
    In This Topic
    The name of the job queue containing the job that generated the message, if any
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property JobQueueName As String
    [CanBeNull()]
    public string JobQueueName {get;}
    [CanBeNull()]
    public:
    property String^ JobQueueName {
       String^ get();
    }
    See Also