ValidationState Enumeration
An enumeration of values that represent states of workflow element validation.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Member name | Description | |
|---|---|---|
| Error | A value that indicates that an error occurred during the validation of a workflow element. The numeric values of each of the enumeration values indicate the severity of the error. The value associated with the error state is 3. | |
| Warning | A value that indicates that a warning occurred during the validation of a workflow element. The numeric values of each of the enumeration values indicate the severity of the error. The value associated with the warning state is 2. | |
| ChildInvalid | A value that represents that validation found a child element to be invalid. The numeric values of each of the enumeration values indicate the severity of the error. The value associated with the invalid child element is 1. | |
| Valid | A value that indicates that a workflow element is valid. The numeric values of each of the enumeration values indicate the severity of the error. The value associated with the valid state is 0. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.