QuickOPC User's Guide and Reference
TreeNodeType Property (UAPubSubConfigurationNodeTreePosition)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration.Graphs Namespace > UAPubSubConfigurationNodeTreePosition Class : TreeNodeType Property
The type of node in PubSub configuration tree.
Syntax
'Declaration
 
<ColumnDisplayAttribute(50)>
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<DisplayAttribute(False)>
Public ReadOnly Property TreeNodeType As UAPubSubConfigurationTreeNodeTypes
'Usage
 
Dim instance As UAPubSubConfigurationNodeTreePosition
Dim value As UAPubSubConfigurationTreeNodeTypes
 
value = instance.TreeNodeType
[ColumnDisplay(50)]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[Display(false)]
public UAPubSubConfigurationTreeNodeTypes TreeNodeType {get;}
[ColumnDisplay(50)]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[Display(false)]
public:
property UAPubSubConfigurationTreeNodeTypes TreeNodeType {
   UAPubSubConfigurationTreeNodeTypes 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