March 2002
Intermediate to advanced
864 pages
31h 8m
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 method EventLogPermissionEntry( EventLogPermissionAccess permissionAccess, string machineName); // Public Instance Properties public field string MachineName{get; } public field EventLogPermissionAccess PermissionAccess{get; } }
EventLogPermissionEntryCollection.this
EventLogPermission.EventLogPermission(), EventLogPermissionEntryCollection.{Add(), AddRange(), Contains(), CopyTo(), IndexOf(), Insert(), Remove(), this}