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


In This Topic
    Job Property (ExecutionHistoryItem)
    In This Topic
    The job to which this item belongs.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Job As Job
    public Job Job {get;}
    public:
    property Job^ Job {
       Job^ get();
    }
    Remarks
    The Job may be null if it has been deleted from the server (execution history may not be deleted at the same time the job is deleted).
    See Also