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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AlarmsAndConditions Namespace > UABaseEventObject Class : EventId Property
Generated by the Server to uniquely identify a particular Event Notification.
Syntax
'Declaration
 
<NotNullAttribute()>
Public ReadOnly Property EventId As Byte()
'Usage
 
Dim instance As UABaseEventObject
Dim value() As Byte
 
instance.EventId = value
 
value = instance.EventId
[NotNull()]
public byte[] EventId {get;}
[NotNull()]
public:
property array<byte>^ EventId {
   array<byte>^ 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