QuickOPC 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
 
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<DisplayAttribute(False)>
Public ReadOnly Property TreeNodeType As UAPubSubSecurityKeyServiceTreeNodeTypes
'Usage
 
Dim instance As UAPubSubSecurityKeyServiceNodeTreePosition
Dim value As UAPubSubSecurityKeyServiceTreeNodeTypes
 
value = instance.TreeNodeType
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[Display(false)]
public UAPubSubSecurityKeyServiceTreeNodeTypes TreeNodeType {get;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[Display(false)]
public:
property UAPubSubSecurityKeyServiceTreeNodeTypes TreeNodeType {
   UAPubSubSecurityKeyServiceTreeNodeTypes 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