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