HealthCheckMessageCheckId Property

Gets the ID of the health check associated with the message.

Namespace: Dundas.BI.Services.Health
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public string? CheckId { get; }

Property Value

String
The ID of the health check associated with the message, or if the message did not originate from a specific health check.
See Also