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