Gets or sets the element with the specified key.
'Declaration
Protected Overloads Property Item( _
ByVal As String _
) As Object
'Usage
Dim instance As BaseKeyCollection
Dim key As String
Dim value As Object
instance.Item(key) = value
value = instance.Item(key)
Parameters
- key
Property Value
The
System.String value that indicates the key of the specified element.