Return the citation of a reference where the data associated with this header are published.


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

Syntax

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

Property Value

either null or a String object

See Also