GenBankMetadataDbLinks Property |
DBLinks provides a list of cross-references to resources that support the existence
a sequence record, such as the Project Database and the NCBI
Trace Assembly Archive.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public IList<CrossReferenceLink> DbLinks { get; set; }
Public Property DbLinks As IList(Of CrossReferenceLink)
Get
Set
public:
property IList<CrossReferenceLink^>^ DbLinks {
IList<CrossReferenceLink^>^ get ();
void set (IList<CrossReferenceLink^>^ value);
}
member DbLinks : IList<CrossReferenceLink> with get, set
Property Value
Type:
IListCrossReferenceLinkSee Also