Click or drag to resize
EventLogEntryData2 Properties

The EventLogEntryData2 type exposes the following members.

Properties
  Name Description
Public property Category
This value is the text associated with the CategoryNumber.
Public property CategoryNumber
This value is the category number of the event.
Public property EntryType
This value is the type of event.
Public property ExtensionData
Gets or sets the structure that contains extra data.
Public property Index
This value is the index of this event in the event log.
Public property InstanceId
The value is a resource identifier that designates the message text for the event.
Public property MachineName
This value is the name of the server that generated the event.
Public property Message
This value is the localized event message.
Public property ReplacementStrings
This value includes any replacement strings associated with the event.
Public property Source
This value is the name of the application that generated the event.
Public property TimeGenerated
This value is the local time when the event was generated.
Public property TimeWritten
This value is the local time when the event was written to the event log.
Public property UserName
This value is the name of the user that generated the event.
Top
See Also