Search Results for

    Show / Hide Table of Contents
    View Source

    Class HealthCheckWithResultPresentationModel

    Inheritance
    System.Object
    HealthCheckModelBase
    Namespace: Umbraco.Cms.Api.Management.ViewModels.HealthCheck
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class HealthCheckWithResultPresentationModel : HealthCheckModelBase

    Properties

    View Source

    Results

    Gets or sets the result(s) for a health check. There can be several.

    Declaration
    public List<HealthCheckResultResponseModel>? Results { get; set; }
    Property Value
    Type Description
    System.Nullable<List<HealthCheckResultResponseModel>>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Results
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX