ValidationState Enum
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.
An enumeration of values that represent states of activity validation.
public enum class ValidationState
public enum ValidationState
type ValidationState =
Public Enum ValidationState
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Valid | 0 | A value that indicates that an activity is valid. |
ChildInvalid | 1 | A value that represents that validation found a child activity to be invalid. |
Warning | 2 | A value that indicates that a warning occurred during the validation of an activity. |
Error | 3 | A value that indicates that an error occurred during the validation of an activity. |
Remarks
The numeric values of each of the enumeration values indicate the severity of the error.