Field<T>.SetNext(NextDelegate<T>) 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.
Delegate for deciding on the next form step to execute.
public Microsoft.Bot.Builder.FormFlow.Advanced.Field<T> SetNext (Microsoft.Bot.Builder.FormFlow.Advanced.NextDelegate<T> next);
member this.SetNext : Microsoft.Bot.Builder.FormFlow.Advanced.NextDelegate<'T (requires 'T : null)> -> Microsoft.Bot.Builder.FormFlow.Advanced.Field<'T (requires 'T : null)>
Public Function SetNext (next As NextDelegate(Of T)) As Field(Of T)
Parameters
- next
- NextDelegate<T>
Returns
A Field<T>.