Variable Person.name_

class Person
{
  // ...
  string name_ ;
  // ...
}