GenBankLocusInfoStrand Property |
A StrandType specifies whether sequence occurs as a single stranded,
double stranded or mixed stranded.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public SequenceStrandType Strand { get; set; }
Public Property Strand As SequenceStrandType
Get
Set
public:
property SequenceStrandType Strand {
SequenceStrandType get ();
void set (SequenceStrandType value);
}
member Strand : SequenceStrandType with get, set
Property Value
Type:
SequenceStrandTypeSee Also