Field<T>.SetFieldTerms(String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>.