Gets or sets a text comment
Namespace: OpenQuant.API
Assembly: OpenQuant.API (in OpenQuant.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property Text As String |
| C# |
|---|
| public string Text { get; set; } |
| C++ |
|---|
| public property string Text sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_Text(); /** property */ public void set_Text(string value); |
| JScript |
|---|
| public function get Text() : String public function set Text(value : String); |