Delen via


Field<T>.SetIsNullable(Boolean) Methode

Definitie

Stel in of het veld null kan worden gebruikt.

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

Waar als het veld null is.

Retouren

Een Field<T>.

Van toepassing op