Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ValidationOption Enumeration

 
Note: This API is now obsolete.

Specifies the validation options in the ValidationOption property.

Namespace:   System.Workflow.ComponentModel.Compiler
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

[ObsoleteAttribute("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public enum class ValidationOption

Member nameDescription
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.

System_CAPS_noteNote

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
Return to top
Show:
© 2017 Microsoft