adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobLinkInfo Class / ReferencingObjects Property


In This Topic
    ReferencingObjects Property
    In This Topic
    All jobs that reference the Job.
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property ReferencingObjects As ReadOnlyCollection(Of ObjectLinkInfo)
    [NotNull()]
    public ReadOnlyCollection<ObjectLinkInfo> ReferencingObjects {get;}
    [NotNull()]
    public:
    property ReadOnlyCollection<ObjectLinkInfo^>^ ReferencingObjects {
       ReadOnlyCollection<ObjectLinkInfo^>^ get();
    }
    Remarks
    This collection includes all links where the other job has:
    • A Job Condition that depends on the current job.
    • A Job Trigger that depends on the current job.
    • A Job Control Action that runs the current job.
    See Also