QuickOPC User's Guide and Reference
NodeId Property (UANodeDescriptor)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UANodeDescriptor Class : NodeId Property
A node Id. Stores an identifier for a node in a server's address space, together with a complete namespace URI.
Syntax
'Declaration
 
<IsValueEvidentAttribute(True)>
Public Property NodeId As UANodeId
 
'Usage
 
Dim instance As UANodeDescriptor
Dim value As UANodeId
 
instance.NodeId = value
 
value = instance.NodeId
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