Share via


TextInput.OutputFormat Property

Definition

Gets or sets the expression to use to format the result.

public AdaptiveExpressions.Properties.StringExpression OutputFormat { get; set; }
member this.OutputFormat : AdaptiveExpressions.Properties.StringExpression with get, set
Public Property OutputFormat As StringExpression

Property Value

an expression which resolves to a string.

Remarks

The default output is a string, if this property is set then the output of the expression is the string returned by the dialog.

Applies to