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

In This Topic
    Job Property (LogMessage)
    In This Topic
    The Job to which this item belongs.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Job As Job
    public Job Job {get;}
    Remarks
    The Job may be null if the message is not associated with a particular job or if the job has been deleted from the server (execution history may not be deleted at the same time the job is deleted).
    See Also