Namespace: ctAC
Assembly: ctAC (in ctAC.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property NoteID As Integer |
| C# |
|---|
| public int NoteID { get; set; } |
| C++ |
|---|
| public property int NoteID sealed { int get(); void set(int value); } |
| J# |
|---|
| /** property */ public int get_NoteID(); /** property */ public void set_NoteID(int value); |
| JScript |
|---|
| public function get NoteID() : int public function set NoteID(value : int); |