Variable Setting.Store.str

union Setting.Store
{
  // ...
  string str;
  // ...
}