asp.net.ph

TraceDisplayMode Enumeration

System.Web.Configuration Namespace


.NET Framework version 2.0

Specifies the order in which trace messages are displayed.

Members


Member Description
SortByCategory Emit trace messages alphabetically by category.
SortByTime Emit trace messages in the order they were processed.

Remarks

This enumeration defines the values you can use when setting the TraceMode property.

Example

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.

// Get the current Mode property value.
TraceDisplayMode modeValue = traceSection.TraceMode;

// Set the Mode property to TraceDisplayMode.SortyByTime.
traceSection.Mode = TraceDisplayMode.SortByTime;
  C# VB

See Also

ASP.NET Trace Functionality   <trace> Section   TraceSection Class Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note