adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ADTObject Class / GetTopLevelOwner() Method

In This Topic
    GetTopLevelOwner() Method
    In This Topic
    Gets the Independent object to which this object ultimately belongs.
    Syntax
    'Declaration
     
    
    Public Function GetTopLevelOwner() As ADTObject
    public ADTObject GetTopLevelOwner()

    Return Value

    The Independent object at the top of the ownership chain for this object, or Null if the object is independent or if the owner cannot be found.
    See Also