Open this page in the API Guide

HealthCheckInfoData.RunByDefault Property

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

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
[DataMemberAttribute(Name = "runByDefault", EmitDefaultValue = false)]
public bool RunByDefault { get; set; }

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