GenBankMetadataLocus Property |
Gets or sets the locaus information.
Locus is a short mnemonic name for the entry, chosen to suggest the
sequence's definition
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public GenBankLocusInfo Locus { get; set; }
Public Property Locus As GenBankLocusInfo
Get
Set
public:
property GenBankLocusInfo^ Locus {
GenBankLocusInfo^ get ();
void set (GenBankLocusInfo^ value);
}
member Locus : GenBankLocusInfo with get, set
Property Value
Type:
GenBankLocusInfoSee Also