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