QuickOPC User's Guide and Reference
WriterGroupElement Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration.Graphs Namespace > UAPubSubConfigurationNodeTreePosition Class : WriterGroupElement Property
Represents a writer group element in the PubSub configuration.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<ColumnDisplayAttribute(110)>
<DefaultValueAttribute("")>
<DisplayAttribute(False)>
Public Property WriterGroupElement As UAWriterGroupElement
'Usage
 
Dim instance As UAPubSubConfigurationNodeTreePosition
Dim value As UAWriterGroupElement
 
instance.WriterGroupElement = value
 
value = instance.WriterGroupElement
[CanBeNull()]
[ColumnDisplay(110)]
[DefaultValue("")]
[Display(false)]
public UAWriterGroupElement WriterGroupElement {get; set;}
[CanBeNull()]
[ColumnDisplay(110)]
[DefaultValue("")]
[Display(false)]
public:
property UAWriterGroupElement^ WriterGroupElement {
   UAWriterGroupElement^ get();
   void set (    UAWriterGroupElement^ value);
}
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