Variable Setting.Store.uinteger

union Setting.Store
{
  // ...
  ulong uinteger;
  // ...
}