OPC Studio User's Guide and Reference
TreeNodeType Property (UAPubSubSecurityKeyServiceNodeTreePosition)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.SecurityKeyService.Graphs Namespace > UAPubSubSecurityKeyServiceNodeTreePosition Class : TreeNodeType Property
The type of node in PubSub security key service (SKS) tree.
Syntax
'Declaration
 
Public ReadOnly Property TreeNodeType As UAPubSubSecurityKeyServiceTreeNodeTypes
'Usage
 
Dim instance As UAPubSubSecurityKeyServiceNodeTreePosition
Dim value As UAPubSubSecurityKeyServiceTreeNodeTypes
 
value = instance.TreeNodeType
public UAPubSubSecurityKeyServiceTreeNodeTypes TreeNodeType {get;}

Property Value

The default value of this property is None (UAPubSubSecurityKeyServiceTreeNodeTypes.None).

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