SystemDiagnosticsTraceWriter.MinimumLevel Property

Gets or sets the minimum trace level.

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

'Declaration
Public Property MinimumLevel As TraceLevel 
	Get 
	Set
'Usage
Dim instance As SystemDiagnosticsTraceWriter 
Dim value As TraceLevel 

value = instance.MinimumLevel

instance.MinimumLevel = value

Property Value

Type: System.Web.Http.Tracing.TraceLevel
Any TraceLevel below this level will be ignored. The default for this property is Info.
Show: