Search Results for

    Show / Hide Table of Contents
    View Source

    Class HealthCheckAttribute

    Metadata attribute for Health checks

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.HealthChecks
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class HealthCheckAttribute : Attribute

    Constructors

    View Source

    HealthCheckAttribute(String, String)

    Declaration
    public HealthCheckAttribute(string id, string name)
    Parameters
    Type Name Description
    System.String id
    System.String name

    Properties

    View Source

    Description

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Group

    Declaration
    public string Group { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Id

    Declaration
    public Guid Id { get; }
    Property Value
    Type Description
    Guid
    View Source

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • HealthCheckAttribute(String, String)
    • Properties
      • Description
      • Group
      • Id
      • Name
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX