QuickOPC User's Guide and Reference
WriterGroups Property (_UAPubSubConnectionData)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes Namespace > _UAPubSubConnectionData Interface : WriterGroups Property
The writer groups contained in the PubSub connection.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
ReadOnly Property WriterGroups As UAWriterGroupDataCollection
'Usage
 
Dim instance As _UAPubSubConnectionData
Dim value As UAWriterGroupDataCollection
 
value = instance.WriterGroups
[ElementsNotNull()]
[NotNull()]
UAWriterGroupDataCollection WriterGroups {get;}
[ElementsNotNull()]
[NotNull()]
property UAWriterGroupDataCollection^ WriterGroups {
   UAWriterGroupDataCollection^ 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