Click or drag to resize
EventLogEntryData2 Class
Represents an entry in the Windows event log.
Inheritance Hierarchy
SystemObject
  DoubleTake.Common.ContractEventLogEntryData2

Namespace: DoubleTake.Common.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public class EventLogEntryData2 : IExtensibleDataObject

The EventLogEntryData2 type exposes the following members.

Constructors
  NameDescription
Public methodEventLogEntryData2
Top
Properties
  NameDescription
Public propertyCategory
This value is the text associated with the CategoryNumber.
Public propertyCategoryNumber
This value is the category number of the event.
Public propertyEntryType
This value is the type of event.
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyIndex
This value is the index of this event in the event log.
Public propertyInstanceId
The value is a resource identifier that designates the message text for the event.
Public propertyMachineName
This value is the name of the server that generated the event.
Public propertyMessage
This value is the localized event message.
Public propertyReplacementStrings
This value includes any replacement strings associated with the event.
Public propertySource
This value is the name of the application that generated the event.
Public propertyTimeGenerated
This value is the local time when the event was generated.
Public propertyTimeWritten
This value is the local time when the event was written to the event log.
Public propertyUserName
This value is the name of the user that generated the event.
Top
See Also