Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the tracing level.
Namespace: System.Web.Http.Tracing
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Property Level As TraceLevel
Get
Set
'Usage
Dim instance As TraceRecord
Dim value As TraceLevel
value = instance.Level
instance.Level = value
public TraceLevel Level { get; set; }
public:
property TraceLevel Level {
TraceLevel get ();
void set (TraceLevel value);
}
member Level : TraceLevel with get, set
function get Level () : TraceLevel
function set Level (value : TraceLevel)
Property Value
Type: System.Web.Http.Tracing.TraceLevel
The tracing level.