OPC Studio User's Guide and Reference
NodeId Property (NodeElement)



View with Navigation Tools
OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc Namespace > NodeElement Class : NodeId Property
The unique identifier for this node.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<DataMemberAttribute(False)>
<DefaultValueAttribute("")>
<DisplayAttribute(AutoGenerateField=True, 
   Order=2, 
   ShortName="Node ID")>
Public Property NodeId As String
 
'Usage
 
Dim instance As NodeElement
Dim value As String
 
instance.NodeId = value
 
value = instance.NodeId
Remarks
If the value is a null reference, then the server has failed provide the node ID.
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