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