MiscBindingCitation Property |
Reference to a citation listed in the entry reference field.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public List<string> Citation { get; }
Public ReadOnly Property Citation As List(Of String)
Get
public:
property List<String^>^ Citation {
List<String^>^ get ();
}
member Citation : List<string> with get
Property Value
Type:
ListStringSee Also