Namespace: ctAC
Assembly: ctAC (in ctAC.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property DunMsg As Boolean |
| C# |
|---|
| public bool DunMsg { get; set; } |
| C++ |
|---|
| public property bool DunMsg sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_DunMsg(); /** property */ public void set_DunMsg(bool value); |
| JScript |
|---|
| public function get DunMsg() : bool public function set DunMsg(value : bool); |