GenBankMetadataVersion Property |
A compound identifier consisting of the primary accession number and
a numeric version number associated with the current version of the
sequence data in the record. This is followed by an integer key
(a "GI") assigned to the sequence by NCBI.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic GenBankVersion Version { get; set; }
Public Property Version As GenBankVersion
Get
Set
public:
property GenBankVersion^ Version {
GenBankVersion^ get ();
void set (GenBankVersion^ value);
}
member Version : GenBankVersion with get, set
Property Value
Type:
GenBankVersion
See Also