System.Web.Configuration.TraceDisplayMode Enumeration

Specifies the order in which trace messages are displayed.

Syntax

public enum TraceDisplayMode

Remarks

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

Members

Member NameDescription
SortByCategory

Emit trace messages alphabetically by category.

SortByTime

Emit trace messages in the order they were processed.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0