QuickOPC User's Guide and Reference
Item Property (_StringStringDictionary)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Collections.Specialized.ComTypes Namespace > _StringStringDictionary Interface : Item Property
Syntax
'Declaration
 
<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)
[CanBeNull()]
string this[ 
   string key
]; {get; set;}
[CanBeNull()]
property String^ default [String^] {
   String^ get(String^ key);
   void set (String^ key, String^ value);
}

Parameters

key
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also