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); |