adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ObjectLinkInfo Class / ObjectA Property


In This Topic
    ObjectA Property
    In This Topic
    The object on one side of the link
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property ObjectA As ADTObject
    [CanBeNull()]
    public ADTObject ObjectA {get;}
    [CanBeNull()]
    public:
    property ADTObject^ ObjectA {
       ADTObject^ get();
    }
    Remarks
    May be null if the object was not retrieved
    See Also