TraceMode

TraceModeserializable

System.Web (system.web.dll)enum

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 }

Hierarchy

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

Returned By

TraceContext.TraceMode

Passed To

TraceContext.TraceMode, System.Web.UI.Page.TraceModeValue



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net