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