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.EventID

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;

Property Value

The application-specific ID of this entry.

Remarks

Event identifiers uniquely identify a particular event. Each source can define its own numbered events.

See Also

EventLogEntry Class | EventLogEntry Members | System.Diagnostics Namespace