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