CodingSequenceProduct Property |
Name of the product associated with the feature, e.g. the mRNA of an mRNA feature,
the polypeptide of a CDS, the mature peptide of a mat_peptide, etc.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public List<string> Product { get; }
Public ReadOnly Property Product As List(Of String)
Get
public:
property List<String^>^ Product {
List<String^>^ get ();
}
member Product : List<string> with get
Property Value
Type:
ListStringSee Also