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