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