This topic has not yet been rated - Rate this topic

TraceSwitch Properties

The TraceSwitch type exposes the following members.

  NameDescription
Public property Attributes Gets the custom switch attributes defined in the application configuration file. (Inherited from Switch.)
Public property Description Gets a description of the switch. (Inherited from Switch.)
Public property DisplayName Gets a name used to identify the switch. (Inherited from Switch.)
Public property Level Gets or sets the trace level that determines the messages the switch allows.
Protected property SwitchSetting Gets or sets the current setting for this switch. (Inherited from Switch.)
Public property TraceError Gets a value indicating whether the switch allows error-handling messages.
Public property TraceInfo Gets a value indicating whether the switch allows informational messages.
Public property TraceVerbose Gets a value indicating whether the switch allows all messages.
Public property TraceWarning Gets a value indicating whether the switch allows warning messages.
Protected property Value Gets or sets the value of the switch. (Inherited from Switch.)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.