August 2003
Intermediate to advanced
928 pages
32h 1m
English
EventLogPermissionEntry
This class represents a single permission
from an
EventLogPermission’s
PermissionEntries collection.
MachineName checks the machine name the entry is
for, and PermissionAccess gets an
EventLogPermissionAccess that represents the
granted permissions.
public class EventLogPermissionEntry { // Public Constructors public EventLogPermissionEntry(EventLogPermissionAccesspermissionAccess, stringmachineName); // Public Instance Properties public string MachineName{get; } public EventLogPermissionAccess PermissionAccess{get; } }
EventLogPermissionEntryCollection.this
EventLogPermission.EventLogPermission( ),
EventLogPermissionEntryCollection.{Add( ),
AddRange( ), Contains( ),
CopyTo( ), IndexOf( ),
Insert( ), Remove( ),
this}