PageInstrumentationService.IsEnabled Property

.NET Framework (current version)
 

Gets or sets a value that indicates whether instrumentation is active for the entire application.

Namespace:   System.Web.Instrumentation
Assembly:  System.Web (in System.Web.dll)

static member IsEnabled : bool with get, set

Property Value

Type: System.Boolean

true to indicate that instrumentation is active for the entire application; otherwise, false.

Page instrumentation is a per-request service, and it might not be active for a particular request. This flag must be set to true in order for any request to use page instrumentation.

.NET Framework
Available since 4.5
Return to top
Show: