Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TraceRecord::Level Property

 

Gets or sets the tracing level.

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

public:
property TraceLevel Level {
	TraceLevel get();
	void set(TraceLevel value);
}

Property Value

Type: System.Web.Http.Tracing::TraceLevel

The tracing level.

Return to top
Show: