DictionaryGet Method
Returns the value associated with the specified key or the default value if the key doesn't exist.

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 defaultValue As Object
Dim returnValue As Object

returnValue = instance.Get(key, defaultValue)

Parameters

key
Type: SystemString

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

defaultValue
Type: SystemObject

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

Return Value

Type: Object

[Missing <returns> documentation for "M:Selenium.Dictionary.Get(System.String,System.Object)"]

See Also