Namespace: ctAC
Assembly: ctAC (in ctAC.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property CurrentNbr As Short |
| C# |
|---|
| public short CurrentNbr { get; set; } |
| C++ |
|---|
| public property short CurrentNbr sealed { short get(); void set(short value); } |
| J# |
|---|
| /** property */ public short get_CurrentNbr(); /** property */ public void set_CurrentNbr(short value); |
| JScript |
|---|
| public function get CurrentNbr() : short public function set CurrentNbr(value : short); |