Validation on an output parameter

Use this information to help you configure a Masking TextBox control.

If the IsRequired property is set to true on a control's output parameter, the user will not be able to submit the form unless this output parameter has been set to any non-null value.

The user can submit a form only if the IsValid property of all output parameters evaluate to true. The IsValid property is typically configured with an expression.

The InvalidText property allows you to specify the error to display if a user attempts to submit the form when the IsValid value does not evaluate to true. If you do not specify an error in the InvalidText property, the expression configured for the IsValid property will be displayed.