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


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