TraceSection::TraceMode Property

 

Gets or sets the order in which ASP.NET trace information is displayed.

Namespace:   System.Web.Configuration
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::TraceDisplayMode

One 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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: