Class HealthCheckGroup
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.HealthChecks
Assembly: Umbraco.Core.dll
Syntax
public class HealthCheckGroup : object
Properties
View SourceChecks
Declaration
public List<HealthCheck> Checks { get; set; }
Property Value
Type | Description |
---|---|
List<Health |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System. |