NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TraceSwitch.TraceVerbose

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;

Property Value

true if the Level is set to Verbose; otherwise, false.

Remarks

When the Level is set to Verbose, all debugging and tracing messages are output.

See Also

TraceSwitch Class | TraceSwitch Members | System.Diagnostics Namespace | TraceSwitch | Switch | TraceLevel | Debug | Trace