ConfigurationValidationResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the result of validation a IConfigurationValidator<T>.
public class ConfigurationValidationResult
type ConfigurationValidationResult = class
Public Class ConfigurationValidationResult
- Inheritance
-
ConfigurationValidationResult
Constructors
ConfigurationValidationResult() |
Properties
ErrorMessage |
Gets or sets the error message that occurred during validation of the configuration. |
Succeeded |
Gets or sets a bool indicating if the configuration validation was successful. |