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