QuickOPC User's Guide and Reference
UAWriterGroupDataCollection Class
Members 



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace : UAWriterGroupDataCollection Class
A collection of OPC-UA writer groups.
Object Model
UAWriterGroupDataCollection ClassUAWriterGroupData Class
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAWriterGroupDataCollection)>
<ComVisibleAttribute(True)>
<GuidAttribute("BA262886-6999-4975-9D30-662202EAE572")>
<TypeConverterAttribute(System.ComponentModel.CollectionConverter)>
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)>
<DebuggerDisplayAttribute("Count = {Count}")>
<SerializableAttribute()>
Public NotInheritable Class UAWriterGroupDataCollection 
   Inherits OpcLabs.BaseLib.Collections.ObjectModel.SelectorKeyedCollection(Of String,UAWriterGroupData)
   Implements OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAWriterGroupDataCollection, System.Collections.Generic.ICollection(Of UAWriterGroupData), System.Collections.Generic.IEnumerable(Of UAWriterGroupData), System.Collections.Generic.IList(Of UAWriterGroupData), System.Collections.Generic.IReadOnlyCollection(Of UAWriterGroupData), System.Collections.Generic.IReadOnlyList(Of UAWriterGroupData), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable 
 
'Usage
 
Dim instance As UAWriterGroupDataCollection
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
               OpcLabs.EasyOpc.UA.PubSub.Configuration.UAWriterGroupDataCollection

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