GenBankMetadataSource Property |
Source provides the common name of the organism or the name most frequently used
in the literature along with the taxonomic classification levels
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public SequenceSource Source { get; set; }
Public Property Source As SequenceSource
Get
Set
public:
property SequenceSource^ Source {
SequenceSource^ get ();
void set (SequenceSource^ value);
}
member Source : SequenceSource with get, set
Property Value
Type:
SequenceSourceSee Also