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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.ComTypes Namespace > _StringUANodeIdReadOnlyDictionary Interface : Item Property
Syntax
'Declaration
 
<NotNullAttribute()>
ReadOnly Default Property Item( _
   ByVal key As Object _
) As UANodeId
'Usage
 
Dim instance As _StringUANodeIdReadOnlyDictionary
Dim key As Object
Dim value As UANodeId
 
value = instance.Item(key)
[NotNull()]
UANodeId this[ 
   object key
]; {get;}
[NotNull()]
property UANodeId^ default [Object^] {
   UANodeId^ get(Object^ key);
}

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