QuickOPC User's Guide and Reference
EventNotifier Property (UAPublishedEventsElement)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace > UAPublishedEventsElement Class : EventNotifier Property
Defines the node Id of the object in the event notifier tree of the OPC UA server from which events are collected.
Syntax
'Declaration
 
Public Property EventNotifier As UANodeDescriptor
'Usage
 
Dim instance As UAPublishedEventsElement
Dim value As UANodeDescriptor
 
instance.EventNotifier = value
 
value = instance.EventNotifier
public UANodeDescriptor EventNotifier {get; set;}
public:
property UANodeDescriptor^ EventNotifier {
   UANodeDescriptor^ get();
   void set (    UANodeDescriptor^ 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