QuickOPC User's Guide and Reference
Keys Property (_Dictionary)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Collections.ComTypes Namespace > _Dictionary Interface : Keys Property
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
ReadOnly Property Keys As ICollection
'Usage
 
Dim instance As _Dictionary
Dim value As ICollection
 
value = instance.Keys
[ElementsNotNull()]
[NotNull()]
ICollection Keys {get;}
[ElementsNotNull()]
[NotNull()]
property ICollection^ Keys {
   ICollection^ get();
}
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