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
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property Job As Job
    [CanBeNull()]
    public Job Job {get;}
    [CanBeNull()]
    public:
    property Job^ 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