38 |
[global::System.Configuration.UserScopedSettingAttribute()] |
[global::System.Configuration.UserScopedSettingAttribute()] |
39 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
40 |
[global::System.Configuration.DefaultSettingValueAttribute("7")] |
[global::System.Configuration.DefaultSettingValueAttribute("7")] |
41 |
public int LoggingFlags { |
public ushort LoggingFlags { |
42 |
get { |
get { |
43 |
return ((int)(this["LoggingFlags"])); |
return ((ushort)(this["LoggingFlags"])); |
44 |
} |
} |
45 |
set { |
set { |
46 |
this["LoggingFlags"] = value; |
this["LoggingFlags"] = value; |