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