PageInstrumentationService.IsEnabled Property
.NET Framework (current version)
Gets or sets a value that indicates whether instrumentation is active for the entire application.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Booleantrue 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
Available since 4.5
Show: