Field<T>.SetFieldTerms(String[]) Method

Definition

Set the terms associated with the field.

public Microsoft.Bot.Builder.FormFlow.Advanced.Field<T> SetFieldTerms (params string[] terms);
member this.SetFieldTerms : string[] -> Microsoft.Bot.Builder.FormFlow.Advanced.Field<'T (requires 'T : null)>
Public Function SetFieldTerms (ParamArray terms As String()) As Field(Of T)

Parameters

terms
String[]

The terms.

Returns

A Field<T>.

Applies to