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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Instrumentation.ComTypes Namespace > _LogEntryEventArgs Interface : EventId Property
The application-specific identifier for the event.
Syntax
'Declaration
 
Property EventId As Integer
'Usage
 
Dim instance As _LogEntryEventArgs
Dim value As Integer
 
instance.EventId = value
 
value = instance.EventId
int EventId {get; set;}
property int EventId {
   int get();
   void set (    int 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