EventLogPermissionEntry

EventLogPermissionEntry serializable

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}



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net