Condividi tramite


Field<T>.SetIsNullable(Boolean) Metodo

Definizione

Impostare un valore che indica se il campo è 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)

Parametri

nullable
Boolean

True se il campo è nullable.

Restituisce

Oggetto Field<T>.

Si applica a