Gets or sets the end position data.
All positions are one based.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public string EndData { get; set; }
Public Property EndData As String
Get
Set
public:
virtual property String^ EndData {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract EndData : string with get, set
override EndData : string with get, set
Property Value
Type:
StringImplements
ILocationEndDataSee Also