Share via


IBotDataBag.RemoveValue(String) Method

Definition

Removes the specified key from the bot data bag.

public bool RemoveValue (string key);
abstract member RemoveValue : string -> bool
Public Function RemoveValue (key As String) As Boolean

Parameters

key
String

They key of the element to remove

Returns

True if removal of the key is successful; otherwise, false

Applies to