adTempus API
ArcanaDevelopment.adTempus.Client Namespace / FindReferenceResults Class / References Property


In This Topic
    References Property (FindReferenceResults)
    In This Topic
    The found references
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property References As List(Of FoundReference)
    [NotNull()]
    public List<FoundReference> References {get;}
    [NotNull()]
    public:
    property List<FoundReference^>^ References {
       List<FoundReference^>^ get();
    }
    See Also