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


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