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)

Syntax

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

value = instance.MinimumLevel

instance.MinimumLevel = value
public TraceLevel MinimumLevel { get; set; }
public:
property TraceLevel MinimumLevel {
    TraceLevel get ();
    void set (TraceLevel value);
}
member MinimumLevel : TraceLevel with get, set
function get MinimumLevel () : TraceLevel 
function set MinimumLevel (value : TraceLevel)

Property Value

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

See Also

Reference

SystemDiagnosticsTraceWriter Class

System.Web.Http.Tracing Namespace