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

In This Topic
    ReferencingObjects Field
    In This Topic
    All jobs that reference the Job.
    Syntax
    'Declaration
     
    
    Public ReferencingObjects As ReadOnlyCollection(Of ObjectLinkInfo)
    public ReadOnlyCollection<ObjectLinkInfo> ReferencingObjects
    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