QuickOPC User's Guide and Reference
UAKeyValueDictionary Class
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace : UAKeyValueDictionary Class
A dictionary where the key is an OPC UA qualified name, and the value can be any value valid in OPC UA.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.ComTypes._UAKeyValueDictionary)>
<ComVisibleAttribute(True)>
<ElementsCanBeNullAttribute()>
<GuidAttribute("6141B86E-6B7C-429B-9D48-009B99C36964")>
<TypeConverterAttribute(OpcLabs.EasyOpc.UA.UAKeyValueDictionary/ThisTypeConverter)>
<ValueControlAttribute("OpcLabs.EasyOpc.UA.Forms.Internal.UAKeyValueDictionaryView, OpcLabs.EasyOpcForms, Version=5.72.465.1, Culture=neutral, PublicKeyToken=6faddca41dacb409")>
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)>
<DebuggerDisplayAttribute("Count = {Count}")>
<SerializableAttribute()>
Public NotInheritable Class UAKeyValueDictionary 
   Inherits System.Collections.Generic.Dictionary(Of UAQualifiedName,Object)
   Implements OpcLabs.EasyOpc.UA.ComTypes._UAKeyValueDictionary, System.Collections.Generic.ICollection(Of KeyValuePair(Of UAQualifiedName,Object)), System.Collections.Generic.IDictionary(Of UAQualifiedName,Object), System.Collections.Generic.IEnumerable(Of KeyValuePair(Of UAQualifiedName,Object)), System.Collections.Generic.IEnumerable(Of T), System.Collections.Generic.IReadOnlyCollection(Of KeyValuePair(Of UAQualifiedName,Object)), System.Collections.Generic.IReadOnlyDictionary(Of UAQualifiedName,Object), System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable, System.ICloneable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable 
'Usage
 
Dim instance As UAKeyValueDictionary
Inheritance Hierarchy

System.Object
   System.Collections.Generic.Dictionary<TKey,TValue>
      OpcLabs.EasyOpc.UA.UAKeyValueDictionary

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