EventLogPermissionAccess Enumeration
.NET Framework 2.0
Defines access levels used by EventLog permission classes.
Assembly: System (in system.dll)
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.DiagnosticsAssembly: 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. | |
| Browse | The EventLog can read existing logs. | |
| Instrument | The EventLog can read or write to existing logs, and create event sources and logs. | |
| None | The EventLog has no permissions. | |
| Write | The EventLog can write to existing logs, and create event sources and logs. |
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: