Search Results for

    Show / Hide Table of Contents
    View Source

    Class HealthCheckGroup

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.HealthChecks
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "healthCheckGroup", Namespace = "")]
    public class HealthCheckGroup

    Properties

    View Source

    Checks

    Declaration
    [DataMember(Name = "checks")]
    public List<HealthCheck>? Checks { get; set; }
    Property Value
    Type Description
    System.Nullable<List<HealthCheck>>
    View Source

    Name

    Declaration
    [DataMember(Name = "name")]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Checks
      • Name
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX