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