DictionaryRemove Method
Removes the value for the given key.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As Dictionary
Dim key As String
Dim returnValue As Boolean

returnValue = instance.Remove(key)

Parameters

key
Type: SystemString
Key

Return Value

Type: Boolean
True if succeed, false otherwise
See Also