Name

TraceMode

Synopsis

This enumeration is used to set the TraceMode property of the TraceContext class. It specifies whether entries in the trace log will be listed alphabetically (SortByCategory) or chronologically (SortByTime).

Public Enum TraceMode
                  SortByTime = 0
                  SortByCategory = 1
                  Default = 2
End Enum

Hierarchy

System.ObjectSystem.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) TraceMode

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.