HealthCheckCheckResultHealthChecks Property  | 
 
            Gets a list of health checks and their messages.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic IList<KeyValuePair<string, IList<HealthCheckMessage>?>> HealthChecks { get; }Public ReadOnly Property HealthChecks As IList(Of KeyValuePair(Of String, IList(Of HealthCheckMessage)))
	Get
public:
property IList<KeyValuePair<String^, IList<HealthCheckMessage^>^>>^ HealthChecks {
	IList<KeyValuePair<String^, IList<HealthCheckMessage^>^>>^ get ();
}member HealthChecks : IList<KeyValuePair<string, IList<HealthCheckMessage>>> with get
Property Value
Type: 
IListKeyValuePairString, 
IListHealthCheckMessage
See Also