Class ConfigurationServiceResult
Represents the result of a configuration service operation.
Inheritance
object
Namespace: Umbraco.Cms.Core.HealthChecks
Assembly: Umbraco.Core.dll
Syntax
public class ConfigurationServiceResult
Constructors
View SourceConfigurationServiceResult()
Declaration
public ConfigurationServiceResult()
Properties
View SourceResult
Gets or sets the result message or value from the configuration operation.
Declaration
public string? Result { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Success
Gets or sets a value indicating whether the configuration operation was successful.
Declaration
public bool Success { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |