EventLog Properties
.NET Framework 1.1
The properties of the EventLog class are listed here. For a complete list of EventLog class members, see the EventLog Members topic.
Public Properties
Container (inherited from Component) | Gets the IContainer that contains the Component. |
EnableRaisingEvents | Gets or sets a value indicating whether the EventLog receives EntryWritten event notifications. |
Entries | Gets the contents of the event log. |
Log | Gets or sets the name of the log to read from or write to. |
LogDisplayName | Gets the event log's friendly name. |
MachineName | Gets or sets the name of the computer on which to read or write events. |
Site (inherited from Component) | Gets or sets the ISite of the Component. |
Source | Gets or sets the source name to register and use when writing to the event log. |
SynchronizingObject | Gets or sets the object used to marshal the event handler calls issued as a result of an EventLog entry written event. |
Protected Properties
DesignMode (inherited from Component) | Gets a value that indicates whether the Component is currently in design mode. |
Events (inherited from Component) | Gets the list of event handlers that are attached to this Component. |
