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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace Namespace > UANodeElement Class : NodeId Property
Node Id of this node.
Syntax
'Declaration
 
<DisplayAttribute(AutoGenerateField=True, 
   Order=104, 
   ShortName="Node ID")>
Public Property NodeId As UANodeId
'Usage
 
Dim instance As UANodeElement
Dim value As UANodeId
 
instance.NodeId = value
 
value = instance.NodeId
[Display(AutoGenerateField=true, 
   Order=104, 
   ShortName="Node ID")]
public UANodeId NodeId {get; set;}
[Display(AutoGenerateField=true, 
   Order=104, 
   ShortName="Node ID")]
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