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 Sub New(
        ByVal permissionAccess As EventLogPermissionAccess, 
        ByVal machineName As String) 
' Public Instance Properties
   Public ReadOnly Property MachineName As String  
   Public ReadOnly Property PermissionAccess As EventLogPermissionAccess  
End Class

Returned By

EventLogPermissionEntryCollection.this

Passed To

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

Get VB.NET Core Classes in a Nutshell 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.