PageInstrumentationService.IsEnabled 属性

定义

获取或设置一个值,该值指示检测是否为整个应用程序活动活动。

public:
 static property bool IsEnabled { bool get(); void set(bool value); };
public static bool IsEnabled { get; set; }
static member IsEnabled : bool with get, set
Public Shared Property IsEnabled As Boolean

属性值

如果指示整个应用的检测处于活动状态,则为 true;否则为 false

注解

页面检测是按请求的服务,对于特定请求,它可能不处于活动状态。 必须将此标志设置为 true ,以便任何请求使用页面检测。

适用于