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



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