QuickOPC User's Guide and Reference
PubSubConfigurationElement Property



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