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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.ComTypes Namespace > _AEAttributeValueDictionary Interface : Item Property
Syntax
'Declaration
 
<CanBeNullAttribute()>
Default Property Item( _
   ByVal key As Integer _
) As Object
'Usage
 
Dim instance As _AEAttributeValueDictionary
Dim key As Integer
Dim value As Object
 
instance.Item(key) = value
 
value = instance.Item(key)
[CanBeNull()]
object this[ 
   int key
]; {get; set;}
[CanBeNull()]
property Object^ default [int] {
   Object^ get(int key);
   void set (int key, Object^ value);
}

Parameters

key
Requirements

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

See Also

Reference

_AEAttributeValueDictionary Interface
_AEAttributeValueDictionary Members