Gets or sets the value associated with the given key. The setter adds the item with the
                specified key and
                value to the storage, or updates it if the item with the given key already
                exists.
            
 
    Namespace: 
   DotNetBrowser.Frames
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.2
Syntaxstring this[
	string key
] { get; set; }Parameters
- key
 - Type: SystemString
The key name of the item to retrieve the value of. Can be empty or blank. 
Property Value
Type: 
StringThe value associated with the given 
key
Exceptions
See Also