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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace > UANodeAttribute Class : NodeId Property
A node Id. Stores an identifier for a node in a server's address space.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Public Property NodeId As String
'Usage
 
Dim instance As UANodeAttribute
Dim value As String
 
instance.NodeId = value
 
value = instance.NodeId
[CanBeNull()]
public string NodeId {get; set;}
[CanBeNull()]
public:
property String^ NodeId {
   String^ get();
   void set (    String^ 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