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


In This Topic
    ParentObject Property (ObjectBase)
    In This Topic
    Get the parent of this object.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Overridable ReadOnly Property ParentObject As ADTObject
    [CanBeNull()]
    public virtual ADTObject ParentObject {get;}
    [CanBeNull()]
    public:
    virtual property ADTObject^ ParentObject {
       ADTObject^ 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