PrecursorRnaDatabaseCrossReference Property |
Database cross-reference: pointer to related information in another database.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public List<string> DatabaseCrossReference { get; }
Public ReadOnly Property DatabaseCrossReference As List(Of String)
Get
public:
property List<String^>^ DatabaseCrossReference {
List<String^>^ get ();
}
member DatabaseCrossReference : List<string> with get
Property Value
Type:
ListStringSee Also