Returned by
Properties
| Name | Type | Description |
|---|---|---|
| Category | String | This value is the text associated with the CategoryNumber. |
| CategoryNumber | Int16 | This value is the category number of the event. |
| EntryType | EventLogEntryType | This value is the type of event. |
| Index | Int32 | This value is the index of this event in the event log. |
| InstanceId | Int32 | The value is a resource identifier that designates the message text for the event. |
| MachineName | String | This value is the name of the server that generated the event. |
| Message | String | This value is the localized event message. |
| ReplacementStrings | String | This value includes any replacement strings associated with the event. |
| Source | String | This value is the name of the application that generated the event. |
| TimeGenerated | DateTime | This value is the local time when the event was generated. |
| TimeWritten | DateTime | This value is the local time when the event was written to the event log. |
| UserName | String | This value is the name of the user that generated the event. |