Is this a key/value card?


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

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property KeyValuePair As Boolean
C#
public virtual bool KeyValuePair { get; }
C++
public virtual property bool KeyValuePair {
    bool get();
}
J#
/** property */
public bool get_KeyValuePair();
JScript
public function get KeyValuePair() : bool

See Also