Field<T>.SetIsNullable(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.
Set whether or not field is nullable.
public Microsoft.Bot.Builder.FormFlow.Advanced.Field<T> SetIsNullable (bool nullable = true);
member this.SetIsNullable : bool -> Microsoft.Bot.Builder.FormFlow.Advanced.Field<'T (requires 'T : null)>
Public Function SetIsNullable (Optional nullable As Boolean = true) As Field(Of T)
Parameters
- nullable
- Boolean
True if field is nullable.
Returns
A Field<T>.