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