ValidationOption Enumeration
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Workflow.ComponentModel.Compiler
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Return to top
Specifies the validation options in the ValidationOption property.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
| Member name | Description | |
|---|---|---|
| None | No validation performed. | |
| Optional | Validation is optional. If value is present, it will be validated. | |
| Required | Validation must be performed. Value must be present and will be validated. |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
.NET Framework
Available since 3.0
Available since 3.0
Show:
