Field<T>.SetAllowsMultiple(Boolean) 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.
Sets whether or not multiple values are allowed.
public Microsoft.Bot.Builder.FormFlow.Advanced.Field<T> SetAllowsMultiple (bool multiple = true);
member this.SetAllowsMultiple : bool -> Microsoft.Bot.Builder.FormFlow.Advanced.Field<'T (requires 'T : null)>
Public Function SetAllowsMultiple (Optional multiple As Boolean = true) As Field(Of T)
Parameters
- multiple
- Boolean
True if multiple values are allowed.
Returns
A Field<T>.