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