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



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
[IsValueEvident(true)]
public UANodeId NodeId {get; set;}
[IsValueEvident(true)]
public:
property UANodeId^ NodeId {
   UANodeId^ get();
   void set (    UANodeId^ value);
}
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