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.TraceError

Gets a value indicating whether the Level is set to Error, Warning, Info, or Verbose.

[Visual Basic]
Public ReadOnly Property TraceError As Boolean
[C#]
public bool TraceError {get;}
[C++]
public: __property bool get_TraceError();
[JScript]
public function get TraceError() : Boolean;

Property Value

true if the Level is set to Error, Warning, Info, or Verbose; otherwise, false.

Remarks

When the Level is set to Error, only error handling messages are output. When the Level is set to Warning, Info, or Verbose, additional tracing or debugging messages are output.

See Also

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