This documentation is archived and is not being maintained.
EventLogPermissionAccess Enumeration
.NET Framework 1.1
Defines access levels used by EventLog permission classes.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[Visual Basic] <Flags> <Serializable> Public Enum EventLogPermissionAccess [C#] [Flags] [Serializable] public enum EventLogPermissionAccess [C++] [Flags] [Serializable] __value public enum EventLogPermissionAccess [JScript] public Flags Serializable enum EventLogPermissionAccess
Members
| Member name | Description | Value |
|---|---|---|
| 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. | 10 |
| Browse | The EventLog can read existing logs. | 2 |
| Instrument | The EventLog can read or write to existing logs, and create event sources and logs. | 6 |
| None | The EventLog has no permissions. | 0 |
Requirements
Namespace: System.Diagnostics
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System (in System.dll)
See Also
System.Diagnostics Namespace | EventLogPermission | EventLogPermissionAttribute | EventLogPermissionEntry | EventLogPermissionEntryCollection
Show: