Gets the index of this entry in the event log.
[Visual Basic] Public ReadOnly Property Index As Integer [C#] public int Index {get;} [C++] public: __property int get_Index(); [JScript] public function get Index() : int;
The index of this entry in the event log.
This number is not necessarily zero-based.
EventLogEntry Class | EventLogEntry Members | System.Diagnostics Namespace