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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AlarmsAndConditions Namespace > UABaseEventObject Class : NodeId Property
The NodeId of the event.
Syntax
'Declaration
 
Public ReadOnly Property NodeId As UANodeId
'Usage
 
Dim instance As UABaseEventObject
Dim value As UANodeId
 
instance.NodeId = value
 
value = instance.NodeId
public UANodeId NodeId {get;}
public:
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