The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
EventLogPermissionAccess Enumeration
.NET Framework 3.0
Defines access levels used by EventLog permission classes.
Namespace: System.Diagnostics
Assembly: System (in system.dll)
Assembly: System (in system.dll)
| Member name | Description | |
|---|---|---|
| Administer | The EventLog can create an event source, read existing logs, delete event sources or logs, respond to entries, clear an event log, listen to events, and access a collection of all event logs. | |
| Audit | The EventLog can read existing logs, delete event sources or logs, respond to entries, clear an event log, listen to events, and access a collection of all event logs. Note This member is now obsolete, use Administer instead. | |
| Browse | The EventLog can read existing logs. Note This member is now obsolete, use Administer instead. | |
| Instrument | The EventLog can read or write to existing logs, and create event sources and logs. Note This member is now obsolete, use Write instead. | |
| None | The EventLog has no permissions. | |
| Write | The EventLog can write to existing logs, and create event sources and logs. |
Community Additions
Show: