GenBankMetadataDbLink Property |
Note: This API is now obsolete.
DBLink provides 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 [ObsoleteAttribute("Use the IList in DbLinks instead as there can be more than one DBLink.")]
public CrossReferenceLink DbLink { get; set; }
<ObsoleteAttribute("Use the IList in DbLinks instead as there can be more than one DBLink.")>
Public Property DbLink As CrossReferenceLink
Get
Set
public:
[ObsoleteAttribute(L"Use the IList in DbLinks instead as there can be more than one DBLink.")]
property CrossReferenceLink^ DbLink {
CrossReferenceLink^ get ();
void set (CrossReferenceLink^ value);
}
[<ObsoleteAttribute("Use the IList in DbLinks instead as there can be more than one DBLink.")>]
member DbLink : CrossReferenceLink with get, set
Property Value
Type:
CrossReferenceLinkSee Also