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)

Syntax

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

value = instance.IsVerbose

instance.IsVerbose = value
public bool IsVerbose { get; set; }
public:
property bool IsVerbose {
    bool get ();
    void set (bool value);
}
member IsVerbose : bool with get, set
function get IsVerbose () : boolean 
function set IsVerbose (value : boolean)

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.

See Also

Reference

SystemDiagnosticsTraceWriter Class

System.Web.Http.Tracing Namespace