Open this page in the API Guide

IHealthCheckInfo.RunByDefault Property

Gets a value indicating whether the check will be run by default.

Namespace:  Dundas.BI.Services.Health
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
bool RunByDefault { get; }

Property Value

Type: Boolean
Remarks
If this property returns false, the check will only be run if specified explicitly in the checksToRun parameter to CheckHealth(HealthCheckConfig).
See Also