View Source
Class DisabledHealthCheckElement
Inheritance
System.Object
System.Configuration.ConfigurationElement
Assembly: Umbraco.Core.dll
Syntax
public class DisabledHealthCheckElement : ConfigurationElement, IDisabledHealthCheck
Properties
View Source
DisabledBy
Declaration
[ConfigurationProperty("disabledBy", IsKey = false, IsRequired = false)]
public int DisabledBy { get; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
DisabledOn
Declaration
[ConfigurationProperty("disabledOn", IsKey = false, IsRequired = false)]
public DateTime DisabledOn { get; }
Property Value
Type |
Description |
System.DateTime |
|
View Source
Id
Declaration
[ConfigurationProperty("id", IsKey = true, IsRequired = true)]
public Guid Id { get; }
Property Value
Type |
Description |
System.Guid |
|