Open this page in the API Guide

HealthCheckResult.ExecutedCheckIds Property

Gets a list containing the IDs of all checks which were executed during the health check.

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 IReadOnlyList<string> ExecutedCheckIds { get; }

Property Value

Type: IReadOnlyList<String>
See Also