ReplicationOriginDirection Property |
Direction of DNA replication.
Values: left, right, or both where left indicates toward the 5' end of the entry sequence
(as presented) and right indicates toward the 3' end.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public string Direction { get; set; }
Public Property Direction As String
Get
Set
public:
property String^ Direction {
String^ get ();
void set (String^ value);
}
member Direction : string with get, set
Property Value
Type:
StringSee Also