Namespace: ctAC
Assembly: ctAC (in ctAC.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property Notes As String |
| C# |
|---|
| public string Notes { get; set; } |
| C++ |
|---|
| public property string Notes sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_Notes(); /** property */ public void set_Notes(string value); |
| JScript |
|---|
| public function get Notes() : String public function set Notes(value : String); |