adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ADTObject Class / ParentObject Property

In This Topic
    ParentObject Property (ADTObject)
    In This Topic
    Get the parent of this object.The object that owns or contains this object, if IsDependent is True.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property ParentObject As ADTObject
    public override ADTObject ParentObject {get;}

    Property Value

    The object that owns this object, or null if the object is not owned by another object or the owner has not been set.
    See Also