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