SystemDiagnosticsTraceWriter.IsVerbose Property

Gets or sets a value indicating whether the formatted message should be the verbose format, meaning it displays all fields of the TraceRecord.

Namespace:  System.Web.Http.Tracing
Assembly:  System.Web.Http.Tracing (in System.Web.Http.Tracing.dll)

'Declaration
Public Property IsVerbose As Boolean 
	Get 
	Set
'Usage
Dim instance As SystemDiagnosticsTraceWriter 
Dim value As Boolean 

value = instance.IsVerbose

instance.IsVerbose = value

Property Value

Type: System.Boolean
true means all TraceRecord fields will be traced, false means only minimal information will be traced. The default value is false.
Show: