Class ConfigurationServiceResult
Inheritance
object
Namespace: Umbraco.Cms.Core.HealthChecks
Assembly: Umbraco.Core.dll
Syntax
public class ConfigurationServiceResult
Properties
View SourceResult
Declaration
public string? Result { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Success
Declaration
public bool Success { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |