System.Web.UI.Page.TraceEnabled Property

Sets a value indicating whether tracing is enabled for the System.Web.UI.Page object.

Syntax

[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public bool TraceEnabled { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

In most circumstances, do not set this property in code. Set the Trace attribute to true in the @ Page directive in the .aspx file. When the page is requested, the dynamically generated class sets the property.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0