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