adTempus API
ArcanaDevelopment.adTempus.Client Namespace / FoundReference Class / ReferencingObject Property


In This Topic
    ReferencingObject Property
    In This Topic
    The object that references the target object
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property ReferencingObject As ADTObject
    [CanBeNull()]
    public ADTObject ReferencingObject {get;}
    [CanBeNull()]
    public:
    property ADTObject^ ReferencingObject {
       ADTObject^ get();
    }
    See Also