EventLogEntry::Index Property

 

Gets the index of this entry in the event log.

Namespace:   System.Diagnostics
Assembly:  System (in System.dll)

public:
property int Index {
	int get();
}

Property Value

Type: System::Int32

The index of this entry in the event log.

This number is not necessarily zero-based.

.NET Framework
Available since 1.1
Return to top
Show: