GenBankMetadataDefinition Property |
Gets or sets the definition.
Definition is a concise description of the sequence
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public string Definition { get; set; }
Public Property Definition As String
Get
Set
public:
property String^ Definition {
String^ get ();
void set (String^ value);
}
member Definition : string with get, set
Property Value
Type:
StringSee Also