TraceContext.TraceMode Property
.NET Framework 3.0
Gets or sets the sorted order in which trace messages should be output to a requesting browser.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
TraceContext Members
System.Web Namespace
Page
ASP.NET Tracing
Assembly: System.Web (in system.web.dll)
/** @property */ public TraceMode get_TraceMode () /** @property */ public void set_TraceMode (TraceMode value)
public function get TraceMode () : TraceMode public function set TraceMode (value : TraceMode)
Not applicable.
Property Value
One of the TraceMode enumeration values. The default is the setting specified by the traceMode attribute in the trace section of a configuration file, whose default is SortByTime.Trace messages can be sorted in the order they were processed, or alphabetically by user-defined category.
| Topic | Location |
|---|---|
| Walkthrough: Using Tracing in Visual Web Developer to Help Find Web Page Errors | Building ASP .NET Web Applications in Visual Studio |
Reference
TraceContext ClassTraceContext Members
System.Web Namespace
Page
Other Resources
@ PageASP.NET Tracing
Community Additions
ADD
Show: