QuickOPC User's Guide and Reference
UANamedNodeDescriptor Constructor(UANamedNodePath,String)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Navigation Namespace > UANamedNodeDescriptor Class > UANamedNodeDescriptor Constructor : UANamedNodeDescriptor Constructor(UANamedNodePath,String)
The named node path.
The name of the final node.
Initializes a new instance, with a given named node path and (final) node name, but no final node descriptor.
Syntax
'Declaration
 
Public Function New( _
   ByVal namedNodePath As UANamedNodePath, _
   ByVal nodeName As String _
)
 
'Usage
 
Dim namedNodePath As UANamedNodePath
Dim nodeName As String
 
Dim instance As New UANamedNodeDescriptor(namedNodePath, nodeName)

Parameters

namedNodePath
The named node path.
nodeName
The name of the final node.
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