| | 193 | |
| | 194 | [global::System.Configuration.UserScopedSettingAttribute()] |
| | 195 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 196 | [global::System.Configuration.DefaultSettingValueAttribute("False")] |
| | 197 | public bool BroadcastUpdate { |
| | 198 | get { |
| | 199 | return ((bool)(this["BroadcastUpdate"])); |
| | 200 | } |
| | 201 | set { |
| | 202 | this["BroadcastUpdate"] = value; |
| | 203 | } |
| | 204 | } |
| | 205 | |
| | 206 | [global::System.Configuration.UserScopedSettingAttribute()] |
| | 207 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 208 | [global::System.Configuration.DefaultSettingValueAttribute("False")] |
| | 209 | public bool DisableUserList { |
| | 210 | get { |
| | 211 | return ((bool)(this["DisableUserList"])); |
| | 212 | } |
| | 213 | set { |
| | 214 | this["DisableUserList"] = value; |
| | 215 | } |
| | 216 | } |