HealthCheckResultExecutedCheckIds 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 (24.3.0.1000)
Syntax public IReadOnlyList<string> ExecutedCheckIds { get; }
Public ReadOnly Property ExecutedCheckIds As IReadOnlyList(Of String)
Get
public:
property IReadOnlyList<String^>^ ExecutedCheckIds {
IReadOnlyList<String^>^ get ();
}
member ExecutedCheckIds : IReadOnlyList<string> with get
Property Value
Type:
IReadOnlyListStringSee Also