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