Return the name of the person who compiled the information in the data associated with this header.


Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property Author As String
C#
public virtual string Author { get; }
C++
public virtual property string Author {
    String get();
}
J#
/** property */
public string get_Author();
JScript
public function get Author() : String

Property Value

either null or a String object

See Also