DictionaryItem Class
DictionaryItem object
Inheritance Hierarchy
SystemObject
  SeleniumDictionaryItem

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As DictionaryItem

The DictionaryItem type exposes the following members.

Methods
  NameDescription
Public methodGetEnumerator
Returns the KeyValue enumerator
Top
Properties
  NameDescription
Public propertyKey
Dictionary key
Public propertyValue
Dictionary value
Top
See Also