CitationReferenceAuthors Property |
Lists the authors in the order in which they appear in the cited article
Last names are separated from initials by a comma (no space); there is no comma
before the final `and'. The list of authors ends with a period.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public string Authors { get; set; }
Public Property Authors As String
Get
Set
public:
property String^ Authors {
String^ get ();
void set (String^ value);
}
member Authors : string with get, set
Property Value
Type:
StringSee Also