Name

EventLogPermissionEntryCollection

Synopsis

A strongly typed collection that contains EventLogPermissionEntry objects.

Public Class EventLogPermissionEntryCollection : Inherits CollectionBase
' Public Instance Properties
   Public Default Property Item(
        ByVal index As Integer) As EventLogPermissionEntry  
' Public Instance Methods
   Public Function Add(
        ByVal value As EventLogPermissionEntry) As Integer  
   Public Sub AddRange(
        ByVal value As EventLogPermissionEntry()) 
   Public Sub AddRange(
        ByVal value As EventLogPermissionEntryCollection) 
   Public Function Contains(
        ByVal value As EventLogPermissionEntry) As Boolean  
   Public Sub CopyTo(ByVal array As EventLogPermissionEntry(), 
        ByVal index As Integer) 
   Public Function IndexOf(
        ByVal value As EventLogPermissionEntry) As Integer  
   Public Sub Insert(ByVal index As Integer, 
        ByVal value As EventLogPermissionEntry) 
   Public Sub Remove( ByVal value As EventLogPermissionEntry) 
' Protected Instance Methods
   Overrides Protected Sub OnClear() 
   Overrides Protected Sub OnInsert(ByVal index As Integer, 
        ByVal value As Object) 
   Overrides Protected Sub OnRemove(ByVal index As Integer, 
        ByVal value As Object) 
   Overrides Protected Sub OnSet(ByVal index As Integer, 
        ByVal oldValue As Object, ByVal newValue As Object) 
End Class

Hierarchy

System.Object System.Collections.CollectionBase(System.Collections.IList, System.Collections.ICollection, System.Collections.IEnumerable) EventLogPermissionEntryCollection

Returned By

EventLogPermission.PermissionEntries

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.