LocationStartData Property |
Gets or sets the start 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 StartData { get; set; }
Public Property StartData As String
Get
Set
public:
virtual property String^ StartData {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract StartData : string with get, set
override StartData : string with get, set
Property Value
Type:
StringImplements
ILocationStartDataSee Also