ValidateOptionsResult 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 an options validation.
public ref class ValidateOptionsResult
public class ValidateOptionsResult
type ValidateOptionsResult = class
Public Class ValidateOptionsResult
- Inheritance
-
ValidateOptionsResult
Constructors
ValidateOptionsResult() |
Initializes an instance of the ValidateOptionsResult class. |
Fields
Skip |
Result when validation was skipped due to name not matching. |
Success |
Validation was successful. |
Properties
Failed |
True if validation failed. |
FailureMessage |
Used to describe why validation failed. |
Failures |
Full list of failures (can be multiple). |
Skipped |
True if validation was not run. |
Succeeded |
True if validation was successful. |
Methods
Fail(IEnumerable<String>) |
Returns a failure result. |
Fail(String) |
Returns a failure result. |