CodingSequenceProteinId Property |
Protein identifier, issued by International collaborators. this qualifier consists of a stable ID
portion (3+5 format with 3 position letters and 5 numbers) plus a version number after the decimal point.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public List<string> ProteinId { get; }
Public ReadOnly Property ProteinId As List(Of String)
Get
public:
property List<String^>^ ProteinId {
List<String^>^ get ();
}
member ProteinId : List<string> with get
Property Value
Type:
ListStringSee Also