DictionarySet Method
Sets the value for the given key. The key is created if missing.

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 value As Object

instance.Set(key, value)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Selenium.Dictionary.Set(System.String,System.Object)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Selenium.Dictionary.Set(System.String,System.Object)"]

See Also