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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace Namespace > IUANodeElement Interface : NodeId Property
Node Id of this node.
Syntax
'Declaration
 
<DefaultValueAttribute(OpcLabs.EasyOpc.UA.AddressSpace.UANodeId, "")>
<NotNullAttribute()>
ReadOnly Property NodeId As UANodeId
'Usage
 
Dim instance As IUANodeElement
Dim value As UANodeId
 
value = instance.NodeId
[DefaultValue(OpcLabs.EasyOpc.UA.AddressSpace.UANodeId, "")]
[NotNull()]
UANodeId NodeId {get;}
[DefaultValue(OpcLabs.EasyOpc.UA.AddressSpace.UANodeId, "")]
[NotNull()]
property UANodeId^ NodeId {
   UANodeId^ get();
}
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