Field<T>.SetType(Type) 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 the type of the underlying field state.
public Microsoft.Bot.Builder.FormFlow.Advanced.Field<T> SetType (Type type);
member this.SetType : Type -> Microsoft.Bot.Builder.FormFlow.Advanced.Field<'T (requires 'T : null)>
Public Function SetType (type As Type) As Field(Of T)
Parameters
- type
- Type
The field type.
Returns
A Field<T>.