EventLog Properties
.NET Framework 3.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| Container | Gets the IContainer that contains the Component. (inherited from 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. |
| MaximumKilobytes | Gets or sets the maximum event log size in kilobytes. |
| MinimumRetentionDays | Gets the number of days to retain entries in the event log. |
| OverflowAction | Gets the configured behavior for storing new entries when the event log reaches its maximum log file size. |
| Site | Gets or sets the ISite of the Component. (inherited from 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. |
| Name | Description | |
|---|---|---|
| CanRaiseEvents | Gets a value indicating whether the component can raise an event. (inherited from Component) |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode. (inherited from Component) |
| Events | Gets the list of event handlers that are attached to this Component. (inherited from Component) |