Gets the application-specific event indentifier of this entry.
[Visual Basic] Public ReadOnly Property EventID As Integer [C#] public int EventID {get;} [C++] public: __property int get_EventID(); [JScript] public function get EventID() : int;
The application-specific ID of this entry.
Event identifiers uniquely identify a particular event. Each source can define its own numbered events.
EventLogEntry Class | EventLogEntry Members | System.Diagnostics Namespace