EventLogPermissionEntryCollection.AddRange Method

Definition

Appends a set of specified permission entries to this collection.

Overloads

AddRange(EventLogPermissionEntry[])

Appends a set of specified permission entries to this collection.

AddRange(EventLogPermissionEntryCollection)

Appends a set of specified permission entries to this collection.

AddRange(EventLogPermissionEntry[])

Source:
EventLogPermissionEntryCollection.cs
Source:
EventLogPermissionEntryCollection.cs
Source:
EventLogPermissionEntryCollection.cs

Appends a set of specified permission entries to this collection.

public:
 void AddRange(cli::array <System::Diagnostics::EventLogPermissionEntry ^> ^ value);
public void AddRange (System.Diagnostics.EventLogPermissionEntry[] value);
member this.AddRange : System.Diagnostics.EventLogPermissionEntry[] -> unit
Public Sub AddRange (value As EventLogPermissionEntry())

Parameters

value
EventLogPermissionEntry[]

An array of type EventLogPermissionEntry objects that contains the permission entries to add.

Exceptions

value is null.

Applies to

AddRange(EventLogPermissionEntryCollection)

Source:
EventLogPermissionEntryCollection.cs
Source:
EventLogPermissionEntryCollection.cs
Source:
EventLogPermissionEntryCollection.cs

Appends a set of specified permission entries to this collection.

public:
 void AddRange(System::Diagnostics::EventLogPermissionEntryCollection ^ value);
public void AddRange (System.Diagnostics.EventLogPermissionEntryCollection value);
member this.AddRange : System.Diagnostics.EventLogPermissionEntryCollection -> unit
Public Sub AddRange (value As EventLogPermissionEntryCollection)

Parameters

value
EventLogPermissionEntryCollection

A EventLogPermissionEntryCollection that contains the permission entries to add.

Exceptions

value is null.

Applies to