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



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.IdentityModel.User.ComTypes Namespace > _TokenInfoCollection Interface : Item Property
Syntax
'Declaration
 
<NotNullAttribute()>
ReadOnly Default Property Item( _
   ByVal key As String _
) As _TokenInfo
 
'Usage
 
Dim instance As _TokenInfoCollection
Dim key As String
Dim value As _TokenInfo
 
value = instance.Item(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