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



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