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