ValidationState Enumeration
.NET Framework (current version)
An enumeration of values that represent states of activity validation.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Member name | Description | |
|---|---|---|
| ChildInvalid | A value that represents that validation found a child activity to be invalid. | |
| Error | A value that indicates that an error occurred during the validation of an activity. | |
| Valid | A value that indicates that an activity is valid. | |
| Warning | A value that indicates that a warning occurred during the validation of an activity. |
The numeric values of each of the enumeration values indicate the severity of the error.
.NET Framework
Available since 4.0
Available since 4.0
Show: