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