OPC Studio 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()>
Public Property PubSubConfigurationElement As UAPubSubConfigurationElement
'Usage
 
Dim instance As UAPubSubConfigurationNodeTreePosition
Dim value As UAPubSubConfigurationElement
 
instance.PubSubConfigurationElement = value
 
value = instance.PubSubConfigurationElement
[CanBeNull()]
public UAPubSubConfigurationElement PubSubConfigurationElement {get; set;}
[CanBeNull()]
public:
property UAPubSubConfigurationElement^ PubSubConfigurationElement {
   UAPubSubConfigurationElement^ get();
   void set (    UAPubSubConfigurationElement^ value);
}

Property Value

This value of this property can be null (Nothing in Visual Basic).

The default value of this property is null.

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