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 (25.3.0.1000)
Syntaxpublic string? CheckId { get; }Public ReadOnly Property CheckId As String
	Get
public:
property String^ CheckId {
	String^ get ();
}member CheckId : string with get
Property Value
Type: 
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