Namespace: ctAC
Assembly: ctAC (in ctAC.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property Module As String |
| C# |
|---|
| public string Module { get; set; } |
| C++ |
|---|
| public property string Module sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_Module(); /** property */ public void set_Module(string value); |
| JScript |
|---|
| public function get Module() : String public function set Module(value : String); |