NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

EventLogEntry.Index

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;

Property Value

The index of this entry in the event log.

Remarks

This number is not necessarily zero-based.

See Also

EventLogEntry Class | EventLogEntry Members | System.Diagnostics Namespace