HealthCheckResultDataTotalErrors Property |
Gets the total number of errors generated by the health check.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "totalErrors", EmitDefaultValue = false)]
public int TotalErrors { get; set; }
<DataMemberAttribute(Name := "totalErrors", EmitDefaultValue := false)>
Public Property TotalErrors As Integer
Get
Set
public:
[DataMemberAttribute(Name = L"totalErrors", EmitDefaultValue = false)]
property int TotalErrors {
int get ();
void set (int value);
}
[<DataMemberAttribute(Name = "totalErrors", EmitDefaultValue = false)>]
member TotalErrors : int with get, set
Property Value
Type:
Int32See Also