public string MapName { get; set; }
Public Property MapName As String Get Set
public: property String^ MapName { String^ get (); void set (String^ value); }
function get_MapName(); function set_MapName(value);
In This Article