Variable User.email

Declaration

class User
{
  // ...
  string email;
  // ...
}