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