Field<T>.SetIsNullable(Boolean) Method

Definition

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>.

Applies to