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