| | 169 | |
| | 170 | [global::System.Configuration.UserScopedSettingAttribute()] |
| | 171 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 172 | [global::System.Configuration.DefaultSettingValueAttribute("False")] |
| | 173 | public bool EnableRepliesCheck { |
| | 174 | get { |
| | 175 | return ((bool)(this["EnableRepliesCheck"])); |
| | 176 | } |
| | 177 | set { |
| | 178 | this["EnableRepliesCheck"] = value; |
| | 179 | } |
| | 180 | } |
| | 181 | |
| | 182 | [global::System.Configuration.UserScopedSettingAttribute()] |
| | 183 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 184 | [global::System.Configuration.DefaultSettingValueAttribute("300")] |
| | 185 | public int IntervalReplies { |
| | 186 | get { |
| | 187 | return ((int)(this["IntervalReplies"])); |
| | 188 | } |
| | 189 | set { |
| | 190 | this["IntervalReplies"] = value; |
| | 191 | } |
| | 192 | } |