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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Instrumentation Namespace > LogEntryEventArgs Class : EventId Property
The application-specific identifier for the event.
Syntax
'Declaration
 
<DefaultValueAttribute(0)>
Public Property EventId As Integer
'Usage
 
Dim instance As LogEntryEventArgs
Dim value As Integer
 
instance.EventId = value
 
value = instance.EventId
[DefaultValue(0)]
public int EventId {get; set;}
[DefaultValue(0)]
public:
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