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


In This Topic
    Job Property (JobStep)
    In This Topic
    Gets the job this step belongs to
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property Job As Job
    [CanBeNull()]
    public Job Job {get;}
    [CanBeNull()]
    public:
    property Job^ Job {
       Job^ get();
    }
    Remarks

    The Job cannot be updated directly; it is set when the step is added to the job's Steps collection.

    See Also