GenBankLocusInfoSequenceType Property |
Sequence type specifies whether the sequence is a base pair (bp) or an amino acid (aa).
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public string SequenceType { get; set; }
Public Property SequenceType As String
Get
Set
public:
property String^ SequenceType {
String^ get ();
void set (String^ value);
}
member SequenceType : string with get, set
Property Value
Type:
StringSee Also