Open this page in the API Guide

HealthCheckConfig.ChecksToRun Property

Gets or sets a list containing the IDs of any checks to run. Specify null to run all checks.

Namespace:  Dundas.BI.Services.Health
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public ICollection<string>? ChecksToRun { get; set; }

Property Value

Type: ICollection<String>
See Also