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



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)
[NotNull()]
_TokenInfo this[ 
   string key
]; {get;}
[NotNull()]
property _TokenInfo^ default [String^] {
   _TokenInfo^ 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