DekGenius.com
[ Team LiB ] Previous Section Next Section

EventLogPermissionEntryserializable

System.Diagnostics (system.dll)class

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}

    [ Team LiB ] Previous Section Next Section