| EventLogModel Properties |
The EventLogModel type exposes the following members.
| Name | Description | |
|---|---|---|
| Category |
Gets or sets the text associated with the categoryNumber for this entry.
| |
| CategoryNumber |
Gets or sets the category number of the event log entry.
| |
| EntryType |
Gets or sets the event type of this entry.
| |
| Id |
Gets or sets the id of this entry in the event log.
| |
| InstanceId |
Gets or sets the resource identifier that designates the message text of the event entry.
| |
| MachineName |
Gets or sets the name of the computer on which this entry was generated.
| |
| Message |
Gets or sets the localized message associated with this event entry.
| |
| ReplacementStrings |
Gets or sets the replacement strings associated with the event log entry.
| |
| Source |
Gets or sets the name of the application that generated this event.
| |
| TimeGenerated |
Gets or sets the local time at which this event was generated.
| |
| TimeWritten |
Gets or sets the local time at which this event was written to the log.
| |
| UserName |
Gets or sets the name of the user who is responsible for this event.
|