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


In This Topic
    JobName Property (LogMessage)
    In This Topic
    The name of this job this message is associated with
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property JobName As String
    [CanBeNull()]
    public string JobName {get;}
    [CanBeNull()]
    public:
    property String^ JobName {
       String^ get();
    }
    Remarks
    Even if the message was associated with a job the JobName may be null if the job has been deleted.
    See Also