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