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



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