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