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