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