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



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.ComTypes Namespace > _AEAttributeSetDictionary Interface : Item Property
Syntax
'Declaration
 
<NotNullAttribute()>
Default Property Item( _
   ByVal key As Integer _
) As Int32Collection
'Usage
 
Dim instance As _AEAttributeSetDictionary
Dim key As Integer
Dim value As Int32Collection
 
instance.Item(key) = value
 
value = instance.Item(key)
[NotNull()]
Int32Collection this[ 
   int key
]; {get; set;}
[NotNull()]
property Int32Collection^ default [int] {
   Int32Collection^ get(int key);
   void set (int key, Int32Collection^ 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