IConfigurationValidator<T> Interface
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.
Interface that defines a policy for validating configuration data.
public interface IConfigurationValidator<T>
type IConfigurationValidator<'T> = interface
Public Interface IConfigurationValidator(Of T)
Type Parameters
- T
The type of the configuration metadata.
- Derived
Methods
Validate(T) |
Validate the retrieved configuration. |