Język

Field<T>.SetIsNullable(Boolean) Metoda

Definicja

Ustaw to, czy pole jest zerowalne.

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)

Parametry

nullable
Boolean

Prawdziwe, jeśli pole jest zerowe.

Zwraca

Element Field<T>.

Dotyczy