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
     
    
    <CanBeNullAttribute()>
    Public Overrides ReadOnly Property ParentObject As ADTObject
    [CanBeNull()]
    public override ADTObject ParentObject {get;}
    [CanBeNull()]
    public:
    property ADTObject^ ParentObject {
       ADTObject^ get() override;
    }

    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