Jaa


Ask.DefaultOperation Property

Definition

Gets or sets the default operation that will be used when no operation is recognized.

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

Property Value

String or expression evaluates to a string.

Remarks

When this Ask is executed, the defaultOperation will define the operation to use to assign an identified entity to a property if there is no operation entity recognized in the input.

Applies to