Gets a value indicating whether the Level is set to Verbose.
[Visual Basic] Public ReadOnly Property TraceVerbose As Boolean [C#] public bool TraceVerbose {get;} [C++] public: __property bool get_TraceVerbose(); [JScript] public function get TraceVerbose() : Boolean;
true if the Level is set to Verbose; otherwise, false.
When the Level is set to Verbose, all debugging and tracing messages are output.
TraceSwitch Class | TraceSwitch Members | System.Diagnostics Namespace | TraceSwitch | Switch | TraceLevel | Debug | Trace