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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.ComTypes Namespace > _AEConditionElementCollection Interface : Item Property
Syntax
'Declaration
 
<NotNullAttribute()>
ReadOnly Default Property Item( _
   ByVal key As String _
) As AEConditionElement
'Usage
 
Dim instance As _AEConditionElementCollection
Dim key As String
Dim value As AEConditionElement
 
value = instance.Item(key)
[NotNull()]
AEConditionElement this[ 
   string key
]; {get;}
[NotNull()]
property AEConditionElement^ default [String^] {
   AEConditionElement^ get(String^ key);
}

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

_AEConditionElementCollection Interface
_AEConditionElementCollection Members