Public Property City As String Get Set
public string City { get; set; }
public: property String^ City { String^ get (); void set (String^ value); }