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



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