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.
    Gets the Independent object to which this object ultimately belongs.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Function GetTopLevelOwner() As ADTObject
    [CanBeNull()]
    public ADTObject GetTopLevelOwner()
    [CanBeNull()]
    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