Jaa


InputDialog.Validations Property

Definition

Gets or sets the expressions to run to validate the input.

public System.Collections.Generic.List<AdaptiveExpressions.Properties.BoolExpression> Validations { get; set; }
member this.Validations : System.Collections.Generic.List<AdaptiveExpressions.Properties.BoolExpression> with get, set
Public Property Validations As List(Of BoolExpression)

Property Value

The expressions to run to validate the input.

Applies to