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


In This Topic
    Job Property (JobAgentJoin)
    In This Topic
    The this item belongs to
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property Job As Job
    [NotNull()]
    public Job Job {get;}
    [NotNull()]
    public:
    property Job^ Job {
       Job^ get();
    }
    See Also