HealthCheckInfoDataRunByDefault 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 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "runByDefault", EmitDefaultValue = false)]
public bool RunByDefault { get; set; }

Property Value

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