Name

EventLogPermissionEntry

Synopsis

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(EventLogPermissionAccess permissionAccess, string machineName);
// Public Instance Properties
   public string MachineName{get; }
   public EventLogPermissionAccess PermissionAccess{get; }
}

Returned By

EventLogPermissionEntryCollection.this

Passed To

EventLogPermission.EventLogPermission( ), EventLogPermissionEntryCollection.{Add( ), AddRange( ), Contains( ), CopyTo( ), IndexOf( ), Insert( ), Remove( ), this}

Get C# in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.