Field<T>.RemoveValue(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>.