Field<T>.RemoveValue(Object) Method

Definition

Removes the description and terms associated with a value.

public Microsoft.Bot.Builder.FormFlow.Advanced.Field<T> RemoveValue (object value);
member this.RemoveValue : obj -> Microsoft.Bot.Builder.FormFlow.Advanced.Field<'T (requires 'T : null)>
Public Function RemoveValue (value As Object) As Field(Of T)

Parameters

value
Object

The value to remove.

Returns

A Field<T>.

Applies to