| 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)
Syntaxpublic 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: 
ListThreePrimeUtr
See Also