View Source
  Class HealthCheckAttribute
  
  Metadata attribute for Health checks
 
  
  
    Inheritance
      System.Object
      
   
  
  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
  
  Property Value
  
  
    View Source
  
  Name
  
  
  Declaration
  
    public string Name { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         |