IBotDataBag.RemoveValue(String) 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 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