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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application.ComTypes Namespace > _UACertificateTypeElementCollection Interface : Item Property
Syntax
'Declaration
 
<NotNullAttribute()>
ReadOnly Default Property Item( _
   ByVal key As Object _
) As UACertificateTypeElement
'Usage
 
Dim instance As _UACertificateTypeElementCollection
Dim key As Object
Dim value As UACertificateTypeElement
 
value = instance.Item(key)
[NotNull()]
UACertificateTypeElement this[ 
   object key
]; {get;}
[NotNull()]
property UACertificateTypeElement^ default [Object^] {
   UACertificateTypeElement^ get(Object^ 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