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