adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobLinkResults Class / Links Property


In This Topic
    Links Property
    In This Topic
    Contains information about all links found among the returned LinkedJobs.
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property Links As ReadOnlyCollection(Of ObjectLinkInfo)
    [NotNull()]
    public ReadOnlyCollection<ObjectLinkInfo> Links {get;}
    [NotNull()]
    public:
    property ReadOnlyCollection<ObjectLinkInfo^>^ Links {
       ReadOnlyCollection<ObjectLinkInfo^>^ get();
    }
    See Also