Return the keyword from this card
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Overridable Property Key As String |
| C# |
|---|
| public virtual string Key { get; set; } |
| C++ |
|---|
| public virtual property string Key { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_Key(); /** property */ public void set_Key(string value); |
| JScript |
|---|
| public function get Key() : String public function set Key(value : String); |