SequenceFeaturesThreePrimeUTRs Property |
Returns list of ThreePrimeUTR (3'UTR) features.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public List<ThreePrimeUtr> ThreePrimeUTRs { get; }
Public ReadOnly Property ThreePrimeUTRs As List(Of ThreePrimeUtr)
Get
public:
property List<ThreePrimeUtr^>^ ThreePrimeUTRs {
List<ThreePrimeUtr^>^ get ();
}
member ThreePrimeUTRs : List<ThreePrimeUtr> with get
Property Value
Type:
ListThreePrimeUtrSee Also