adTempus API
ArcanaDevelopment.adTempus.Client Namespace / FoundReference Class / TopLevelObject Property


In This Topic
    TopLevelObject Property
    In This Topic
    The top-level owner of the ReferencingObject
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property TopLevelObject As ADTObject
    [CanBeNull()]
    public ADTObject TopLevelObject {get;}
    [CanBeNull()]
    public:
    property ADTObject^ TopLevelObject {
       ADTObject^ get();
    }
    Remarks
    If the ReferencingObject is an ADTIndependentObject, the TopLevelObject will be set to the ReferencingObject. Otherwise it will be set to the ADTIndependentObject that owns (directly or indirectly) the ReferencingObject. For example, if the ReferencingObject is a Task, the TopLevelObject will be the Job that owns the JobStep that owns the Task.
    See Also