TraceSection::TraceMode Property
.NET Framework (current version)
Gets or sets the order in which ASP.NET trace information is displayed.
Assembly: System.Web (in System.Web.dll)
public: [ConfigurationPropertyAttribute("traceMode", DefaultValue = TraceDisplayMode::SortByTime)] property TraceDisplayMode TraceMode { TraceDisplayMode get(); void set(TraceDisplayMode value); }
Property Value
Type: System.Web.Configuration::TraceDisplayModeOne of the TraceDisplayMode values, indicating the order in which trace information is displayed.
The following code example shows how to use the TraceMode property. This code example is part of a larger example provided for the TraceSection class.
.NET Framework
Available since 2.0
Available since 2.0
Show: