HealthCheckConfigChecksToIgnore Property

Gets or sets a list containing the IDs of any checks that should be ignored (skipped).

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

Property Value

Type: ICollectionString
See Also