GenBankAccessionSecondary Property |
List of secondary accession numbers.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public IList<string> Secondary { get; }
Public ReadOnly Property Secondary As IList(Of String)
Get
public:
property IList<String^>^ Secondary {
IList<String^>^ get ();
}
member Secondary : IList<string> with get
Property Value
Type:
IListStringSee Also