'Declaration
<JetBrains.Annotations.CanBeNullAttribute()> Default Property Item( _ ByVal key As String _ ) As String
'Usage
Dim instance As _StringStringDictionary Dim key As String Dim value As String instance.Item(key) = value value = instance.Item(key)
Parameters
- key
Property Value
The value of this property can be null
(Nothing
in Visual Basic).